fix ciw
This commit is contained in:
parent
1414292741
commit
3a3443bfa0
|
@ -311,10 +311,6 @@ inoremap jk <Esc>
|
||||||
inoremap Jk <Esc>
|
inoremap Jk <Esc>
|
||||||
inoremap jK <Esc>
|
inoremap jK <Esc>
|
||||||
inoremap JK <Esc>
|
inoremap JK <Esc>
|
||||||
inoremap kj <Esc>
|
|
||||||
inoremap Kj <Esc>
|
|
||||||
inoremap kJ <Esc>
|
|
||||||
inoremap KJ <Esc>
|
|
||||||
|
|
||||||
" use hjkl-movement between rows when soft wrapping:
|
" use hjkl-movement between rows when soft wrapping:
|
||||||
nnoremap j gj
|
nnoremap j gj
|
||||||
|
@ -329,8 +325,6 @@ map <silent> ,e <Plug>CamelCaseMotion_e
|
||||||
map <silent> ,ge <Plug>CamelCaseMotion_ge
|
map <silent> ,ge <Plug>CamelCaseMotion_ge
|
||||||
|
|
||||||
" inner _ objects
|
" inner _ objects
|
||||||
omap <silent> iw <Plug>CamelCaseMotion_iw
|
|
||||||
xmap <silent> iw <Plug>CamelCaseMotion_iw
|
|
||||||
omap <silent> ib <Plug>CamelCaseMotion_ib
|
omap <silent> ib <Plug>CamelCaseMotion_ib
|
||||||
xmap <silent> ib <Plug>CamelCaseMotion_ib
|
xmap <silent> ib <Plug>CamelCaseMotion_ib
|
||||||
omap <silent> ie <Plug>CamelCaseMotion_ie
|
omap <silent> ie <Plug>CamelCaseMotion_ie
|
||||||
|
|
Reference in a new issue