Config updates

This commit is contained in:
Ismo Vuorinen
2023-02-16 16:19:49 +02:00
parent 6f246744d4
commit e3fa6772f0
9 changed files with 154 additions and 81 deletions

View File

@@ -2,13 +2,13 @@
-- Add bindings which show up as group name
return {
-- first key is the mode, n == normal mode
n = {
-- second key is the prefix, <leader> prefixes
["<leader>"] = {
-- third key is the key to bring up next level and its displayed
-- group name in which-key top level menu
["n"] = { "<cmd>tabnew<cr>", "New Buffer" },
["z"] = { "<cmd>ZenMode<cr>", "Zen Mode" },
},
},
-- n = {
-- second key is the prefix, <leader> prefixes
-- ["<leader>"] = {
-- third key is the key to bring up next level and its displayed
-- group name in which-key top level menu
-- ["n"] = { "<cmd>tabnew<cr>", "New Buffer" },
-- ["z"] = { "<cmd>ZenMode<cr>", "Zen Mode" },
-- },
-- },
}