avoid conflict with tmux new binding to switch windows with ctlr+a

This commit is contained in:
talksik
2023-11-01 19:43:10 -07:00
parent d23e8f7e97
commit 620276037e
+1 -1
View File
@@ -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)