Nvim : Use <C-s> to save instead of zz.
This commit is contained in:
parent
6504f76638
commit
6891bcc54f
|
@ -29,7 +29,7 @@
|
|||
rekey_visual("<Leader>.", "@:")
|
||||
|
||||
-- Save everything.
|
||||
rekey_normal("zz", "<cmd>wa<cr>")
|
||||
rekey_normal("<C-s>", "<cmd>wa!<cr>")
|
||||
|
||||
-- Save all we can and leave.
|
||||
rekey_normal("<Leader>z", "<cmd>lua bye()<cr>")
|
||||
|
|
Loading…
Reference in a new issue