{ keymaps = [ # chad tree { mode = "n"; action = "CHADopen"; key = "e"; options = { desc = "Open ChadTree"; }; } # barbar.nvim { mode = "n"; action = "BufferClose"; key = ""; options = { desc = "Close buffer"; }; } { mode = "n"; action = "BufferOrderByName"; key = "sn"; options = { desc = "Sort buffer tabs by name"; }; } ]; plugins.fzf-lua.keymaps = { "" = "live_grep"; "fg" = "git_files"; }; }