Nvim : Enable <C-s> save in input mode.
This commit is contained in:
parent
cf0696934e
commit
f9b1944e77
|
@ -30,6 +30,7 @@
|
|||
|
||||
-- Save everything.
|
||||
rekey_normal("<C-s>", "<cmd>wa!<cr>")
|
||||
rekey_input("<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