diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2014-05-09 10:05:44 +0200 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2014-05-09 10:05:44 +0200 |
commit | 1928c1e6fe23250aa45d93aadac5f23c1a6ea8d2 (patch) | |
tree | ca2ee5d890bee8d7009c4959352b0f944c7db48f /.vimrc | |
parent | Fix "highlite redundant spaces" function (diff) | |
download | vim_sync-1928c1e6fe23250aa45d93aadac5f23c1a6ea8d2.tar.xz |
Block help on F1 key
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -132,6 +132,11 @@ inoremap KJ <ESC> inoremap Kj <ESC> inoremap kJ <ESC> +"don't you hate when you accidentally hit F1? +inoremap <F1> <ESC> +nnoremap <F1> <ESC> +vnoremap <F1> <ESC> + "windows changing nnoremap <C-h> <C-W>h nnoremap <C-j> <C-W>j |