nvim : zz to save all files.
This commit is contained in:
parent
961e1d6291
commit
99c75ffff5
|
@ -1,7 +1,7 @@
|
||||||
require('key/rekey')
|
require('key/rekey')
|
||||||
|
|
||||||
rekey_normal('<Leader>.', '@:') -- repeat command. NOTE: is this the same as Q ?
|
rekey_normal('<Leader>.', '@:') -- repeat command. NOTE: is this the same as Q ?
|
||||||
rekey_normal('zz', '<cmd>w<cr>') -- save file.
|
rekey_normal('zz', '<cmd>wa<cr>') -- save file.
|
||||||
rekey_normal('<Leader>z', '<cmd>qa<cr>') -- quit all.
|
rekey_normal('<Leader>z', '<cmd>qa<cr>') -- quit all.
|
||||||
rekey_normal('<Leader>v', 'v') -- visual select (duplicate).
|
rekey_normal('<Leader>v', 'v') -- visual select (duplicate).
|
||||||
rekey_normal('gh', '0') -- go left.
|
rekey_normal('gh', '0') -- go left.
|
||||||
|
|
Reference in a new issue