aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-07-08 14:27:17 +0800
committertypebrook <typebrook@gmail.com>2019-07-08 14:27:17 +0800
commitebd22941480d45ea260090b9e281e012b2b87e5e (patch)
treefd198ab200ece548ddcb429e4c78078074f2179f
parent151d60c858b6001499a4f45b4537af4de07f3ee7 (diff)
update
-rw-r--r--vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index a86df28..11b42ab 100644
--- a/vimrc
+++ b/vimrc
@@ -41,9 +41,11 @@ nnoremap H 0
41nnoremap L $ 41nnoremap L $
42nnoremap <C-L> 60l 42nnoremap <C-L> 60l
43nnoremap <C-H> 60h 43nnoremap <C-H> 60h
44inoremap jk <ESC>
45inoremap <ESC> <nop> 44inoremap <ESC> <nop>
46 45
46" Fix paste bug triggered by inoremaps
47set t_BE=
48
47" surround with '' or "" 49" surround with '' or ""
48nnoremap <leader>' ea'<esc>bi'<esc>e 50nnoremap <leader>' ea'<esc>bi'<esc>e
49nnoremap <leader>" ea"<esc>bi"<esc>e 51nnoremap <leader>" ea"<esc>bi"<esc>e