Nvim : Use <C-s> to save instead of zz.

This commit is contained in:
Dmitry Voronin 2024-09-19 02:25:22 +03:00
parent 6504f76638
commit 6891bcc54f
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -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>")