mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
fix(remap.lua): update keymap command to toggle NvimTree instead of Maximizer
The keymap command for the leader key followed by backtick (`) has been updated to toggle the NvimTree instead of the Maximizer. This change improves the functionality of the keymap and aligns it with the desired behavior.
This commit is contained in:
@@ -81,4 +81,4 @@ end, opts)
|
||||
|
||||
-- Manage VIM Maximizer
|
||||
opts.desc = "Toggle TMUX Pane"
|
||||
vim.keymap.set("n", "<leader>`", "<cmd>MaximizerToggle<CR>", opts)
|
||||
vim.keymap.set("n", "<leader>`", "<cmd>NvimTreeToggle<CR>", opts)
|
||||
|
||||
Reference in New Issue
Block a user