feat: add descriptions for keybinds

This commit is contained in:
Devin Haska 2025-05-27 11:54:47 -07:00
parent 4c0bce0ca7
commit 2b4aeefdfc
7 changed files with 39 additions and 31 deletions

View file

@ -9,6 +9,18 @@ return {
["<Down>"] = {"", "i"},
["<Left>"] = {"", "i"},
["<Right>"] = {"", "i"}
},
disabled_filetypes = {
"checkhealth",
"fugitive",
"help",
"lazy",
"mason",
"neo-tree",
"neo-tree-popup",
"netrw",
"noice",
"notify",
}
}
}