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()`