all repos

init.lua @ 68fb37d

my nvim config
1 files changed, 4 insertions(+), 4 deletions(-)
update harpoon keymaps
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-04-14 15:19:20 +0300
Parent: efdd927
M lua/plugins/harpoon.lua

@@ -5,9 +5,9 @@ config = true,

keys = { { "<leader>a", map("harpoon.mark", "add_file") }, { "<leader>1", map("harpoon.ui", "toggle_quick_menu") }, - { "<leader>2", map("harpoon.ui", "nav_file", "1") }, - { "<leader>3", map("harpoon.ui", "nav_file", "2") }, - { "<leader>4", map("harpoon.ui", "nav_file", "3") }, - { "<leader>5", map("harpoon.ui", "nav_file", "4") }, + { "<leader>3", map("harpoon.ui", "nav_file", "1") }, + { "<leader>4", map("harpoon.ui", "nav_file", "2") }, + { "<leader>5", map("harpoon.ui", "nav_file", "3") }, + { "<leader>6", map("harpoon.ui", "nav_file", "4") }, }, }