diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -32,7 +32,7 @@ nnoremap <leader>P :r !xsel -ob<CR> | |||
| 32 | " move | 32 | " move |
| 33 | nnoremap <Tab> } | 33 | nnoremap <Tab> } |
| 34 | nnoremap <S-Tab> { | 34 | nnoremap <S-Tab> { |
| 35 | inoremap <C-L> <Esc>2li | 35 | inoremap <C-L> <Right> |
| 36 | cnoremap <C-L> <Right> | 36 | cnoremap <C-L> <Right> |
| 37 | cnoremap <C-H> <Left> | 37 | cnoremap <C-H> <Left> |
| 38 | nmap H 0 | 38 | nmap H 0 |