" 打开 firefox - 映射到Option|Command|f
map <M-D-f> :!/Applications/Firefox.app/Contents/MacOS/firefox-bin -no-remote -P dev
以上方法有效,但在 Vim 中会阻塞。我想要做:
map <M-D-f> :!/Applications/Firefox.app/Contents/MacOS/firefox-bin -no-remote -P dev &
但火狐没有打开。关于在后台从 vim 中创建用于打开 firefox 的键绑定的任何建议?顺便说一句,我实际上正在使用 macvim。谢谢。