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