change nvim correction from zc to z<space>
This commit is contained in:
parent
332dc049f8
commit
056ceb9fe4
|
@ -111,4 +111,4 @@ nnoremap ZN [S
|
||||||
" mark correct with zg, mark bad with zw, undo with zug/zuw
|
" mark correct with zg, mark bad with zw, undo with zug/zuw
|
||||||
|
|
||||||
" correct with zc, default is z= but that sucks for qwertz keyboards
|
" correct with zc, default is z= but that sucks for qwertz keyboards
|
||||||
nnoremap zc z=
|
nnoremap z<space> z=
|
||||||
|
|
Loading…
Reference in New Issue