avoid conflict with tmux new binding to switch windows with ctlr+a
This commit is contained in:
@@ -6,7 +6,7 @@ harpoon.setup({
|
|||||||
mark_branch = true,
|
mark_branch = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.keymap.set("n", "<C-a>", mark.add_file)
|
vim.keymap.set("n", "<C-q>", mark.add_file)
|
||||||
vim.keymap.set("n", "<C-e>", ui.toggle_quick_menu)
|
vim.keymap.set("n", "<C-e>", ui.toggle_quick_menu)
|
||||||
|
|
||||||
vim.keymap.set("n", "<C-f>", function() ui.nav_file(1) end)
|
vim.keymap.set("n", "<C-f>", function() ui.nav_file(1) end)
|
||||||
|
|||||||
Reference in New Issue
Block a user