added more vim-like keybinds for which key

This commit is contained in:
aminnairi
2023-12-23 22:04:34 +01:00
parent 917ecac900
commit f244882866
+2 -2
View File
@@ -8,11 +8,11 @@ return {
config = function()
require("which-key").register({
["<C-s>"] = {
":write",
":write<CR>",
"Persist the content of the current buffer to the file system"
},
["<C-q>"] = {
":quitall",
":quitall<CR>",
"Quit the editor with confirmation"
},
["<C-h>"] = {