From 7eeb6efe70654bb073f9ed784839451bb05ff3ff Mon Sep 17 00:00:00 2001 From: FilipMyhren Date: Thu, 11 May 2023 13:28:31 +0200 Subject: [PATCH] Added a more files to harpoon navigation --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 1c91b75c..b76ecf5b 100644 --- a/init.lua +++ b/init.lua @@ -271,6 +271,7 @@ vim.keymap.set('n', '4', function() require('harpoon.ui').nav_file(4) en vim.keymap.set('n', '5', function() require('harpoon.ui').nav_file(5) end, { desc = "Navigate to file at posistion 5" }) vim.keymap.set('n', '6', function() require('harpoon.ui').nav_file(6) end, { desc = "Navigate to file at posistion 6" }) vim.keymap.set('n', '7', function() require('harpoon.ui').nav_file(7) end, { desc = "Navigate to file at posistion 7" }) +vim.keymap.set('n', '8', function() require('harpoon.ui').nav_file(8) end, { desc = "Navigate to file at posistion 8" }) -- [[ Highlight on yank ]] -- See `:help vim.highlight.on_yank()`