summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 6ef1333..4569156 100644
--- a/vimrc
+++ b/vimrc
@@ -24,6 +24,7 @@ nnoremap <leader>< :w !bash<CR>
24" move 24" move
25nnoremap <Tab> } 25nnoremap <Tab> }
26nnoremap <S-Tab> { 26nnoremap <S-Tab> {
27inoremap <C-L> <Esc>2li
27cnoremap <C-L> <Right> 28cnoremap <C-L> <Right>
28cnoremap <C-H> <Left> 29cnoremap <C-H> <Left>
29nnoremap H 0 30nnoremap H 0