✨ Added vim-fugitive and harpoon to nvim config
This commit is contained in:
parent
1aa13410f3
commit
25c98539b9
22 changed files with 449 additions and 384 deletions
|
|
@ -2,7 +2,7 @@ local mark = require("harpoon.mark")
|
|||
local ui = require("harpoon.ui")
|
||||
|
||||
vim.keymap.set("n", "<leader>a", mark.add_file)
|
||||
vim.keymap.set("n", "<C-e>", ui.toggle_quick_menu)
|
||||
vim.keymap.set("n", "<C-o>", ui.toggle_quick_menu)
|
||||
|
||||
vim.keymap.set("n", "<S-j>", function() ui.nav_file(1) end)
|
||||
vim.keymap.set("n", "<S-k>", function() ui.nav_file(2) end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue