aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 3c1dfc3..edf1f61 100644
--- a/vimrc
+++ b/vimrc
@@ -35,7 +35,7 @@ nnoremap <S-Tab> {
35inoremap <C-L> <Esc>2li 35inoremap <C-L> <Esc>2li
36cnoremap <C-L> <Right> 36cnoremap <C-L> <Right>
37cnoremap <C-H> <Left> 37cnoremap <C-H> <Left>
38nnoremap H 0 38nmap H 0
39nnoremap L $ 39nnoremap L $
40nnoremap <C-L> 60l 40nnoremap <C-L> 60l
41nnoremap <C-H> 60h 41nnoremap <C-H> 60h