mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-02-03 08:42:51 +00:00
Config updates
This commit is contained in:
@@ -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" },
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user