" 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 &
しかし、Firefox が開きません。バックグラウンドでvim内からFirefoxを開くためのキーバインディングを作成することに関する提案はありますか? ところで、私は実際にmacvimを使用しています。ありがとう。