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