summaryrefslogtreecommitdiffhomepage
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index ecb08d8..c7f3ad1 100644
--- a/vimrc
+++ b/vimrc
@@ -32,7 +32,7 @@ nnoremap <leader>P :r !xsel -ob<CR>
32" move 32" move
33nnoremap <Tab> } 33nnoremap <Tab> }
34nnoremap <S-Tab> { 34nnoremap <S-Tab> {
35inoremap <C-L> <Esc>2li 35inoremap <C-L> <Right>
36cnoremap <C-L> <Right> 36cnoremap <C-L> <Right>
37cnoremap <C-H> <Left> 37cnoremap <C-H> <Left>
38nmap H 0 38nmap H 0