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() config = function()
require("which-key").register({ require("which-key").register({
["<C-s>"] = { ["<C-s>"] = {
":write", ":write<CR>",
"Persist the content of the current buffer to the file system" "Persist the content of the current buffer to the file system"
}, },
["<C-q>"] = { ["<C-q>"] = {
":quitall", ":quitall<CR>",
"Quit the editor with confirmation" "Quit the editor with confirmation"
}, },
["<C-h>"] = { ["<C-h>"] = {