diff options
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ nnoremap H 0 | |||
41 | nnoremap L $ | 41 | nnoremap L $ |
42 | nnoremap <C-L> 60l | 42 | nnoremap <C-L> 60l |
43 | nnoremap <C-H> 60h | 43 | nnoremap <C-H> 60h |
44 | inoremap <ESC> <nop> | 44 | " inoremap <ESC> <nop> |
45 | 45 | ||
46 | " Fix paste bug triggered by inoremaps | 46 | " Fix paste bug triggered by inoremaps |
47 | set t_BE= | 47 | set t_BE= |