Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルウィンドウとNERDTreeウィンドウの間でカーソルフォーカスを移動するために、altを左/右にマップしようとしています。ctrl-wwを再マッピングしようとしましたが、正しく機能しません。何か案は?
〜/.gvimrcに以下を追加します
map <A-Right> <C-W>l map <A-Left> <C-W>h
これはGUIで機能しますが、ターミナルでは機能しません。