aboutsummaryrefslogtreecommitdiffhomepage
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index 1de8afd..2a15d63 100644
--- a/vimrc
+++ b/vimrc
@@ -33,8 +33,8 @@ nnoremap <leader>R :read !
33nnoremap <leader>P :r !xsel -ob<CR> 33nnoremap <leader>P :r !xsel -ob<CR>
34 34
35" move 35" move
36nnoremap <Tab> } 36" nnoremap <Tab> }
37nnoremap <S-Tab> { 37" nnoremap <S-Tab> {
38inoremap <C-L> <Right> 38inoremap <C-L> <Right>
39cnoremap <C-L> <Right> 39cnoremap <C-L> <Right>
40cnoremap <C-H> <Left> 40cnoremap <C-H> <Left>