all repos

init.lua @ 2813e79

my nvim config
1 files changed, 4 insertions(+), 4 deletions(-)
refactor(harpoon): change keymaps, again
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-08-25 02:05:08 +0300
Parent: b8ee5f0
M lua/plugins/navigation.lua

@@ -15,10 +15,10 @@ config = true,

keys = { { "<leader>a", map("harpoon.mark", "add_file") }, { "<leader>1", map("harpoon.ui", "toggle_quick_menu") }, - { "<M-j>", map("harpoon.ui", "nav_file", "1") }, - { "<M-k>", map("harpoon.ui", "nav_file", "2") }, - { "<M-l>", map("harpoon.ui", "nav_file", "3") }, - { "<M-;>", map("harpoon.ui", "nav_file", "4") }, + { "<localleader>a", map("harpoon.ui", "nav_file", "1") }, + { "<localleader>s", map("harpoon.ui", "nav_file", "2") }, + { "<localleader>d", map("harpoon.ui", "nav_file", "3") }, + { "<localleader>f", map("harpoon.ui", "nav_file", "4") }, }, },