Quantcast
Viewing all articles
Browse latest Browse all 5712

vimでカーソルを使う癖を矯正する!!

echoをマップして、
動かないようにしてしまいます。

vimrc
nnoremap<Left> :echoe"Use h"<CR>nnoremap<Right> :echoe"Use l"<CR>nnoremap<Up> :echoe"Use k"<CR>nnoremap<Down> :echoe"Use j"<CR>

Viewing all articles
Browse latest Browse all 5712

Trending Articles