feat: uncomment keybinds and create a cheatsheet

This commit is contained in:
Matthias Wieser 2025-07-30 07:10:05 +02:00
parent 03209be0e5
commit 3b7f9d4f4a
5 changed files with 206 additions and 24 deletions

View file

@ -10,16 +10,16 @@ return {
'MunifTanjim/nui.nvim',
},
lazy = false,
keys = {
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
},
opts = {
filesystem = {
window = {
mappings = {
['\\'] = 'close_window',
},
},
},
},
-- keys = {
-- { '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
--},
-- opts = {
-- filesystem = {
-- window = {
-- mappings = {
-- ['\\'] = 'close_window',
-- },
-- },
-- },
--},
}