nvim plugins, migrate alacritty config

This commit is contained in:
Jacob Bohanon
2023-11-07 08:43:11 -05:00
parent 8e6f954519
commit 7ba21be4a0
4 changed files with 24 additions and 66 deletions

View File

@@ -16,7 +16,7 @@ local nav_file = function(n)
end
end
harpmap('<Leader>ee', require('harpoon.mark').add_file)
harpmap('<Leader>h', require('harpoon.mark').add_file)
harpmap('<Leader>fh', harp.toggle_quick_menu)
harpmap('<Leader>1', nav_file(1))
harpmap('<Leader>2', nav_file(2))