bring up to date with remote
This commit is contained in:
parent
56d28f8f75
commit
4952447714
15 changed files with 253 additions and 106 deletions
8
after/plugin/harpoon.lua
Normal file
8
after/plugin/harpoon.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-- local mark = require("harpoon.mark")
|
||||
-- local ui = require("harpoon.ui")
|
||||
-- vim.keymap.set("n", "<leader>ah", mark.add_file)
|
||||
-- vim.keymap.set("n", "<C-e>", ui.toggle_quick_menu)
|
||||
-- vim.keymap.set("n", "<C-h>", function() ui.nav_file(1) end)
|
||||
-- vim.keymap.set("n", "<C-j>", function() ui.nav_file(2) end)
|
||||
-- vim.keymap.set("n", "<C-k>", function() ui.nav_file(3) end)
|
||||
-- vim.keymap.set("n", "<C-l>", function() ui.nav_file(4) end)
|
||||
Loading…
Add table
Add a link
Reference in a new issue