Getting you where you want with the fewest keystrokes in nvim

The Problems
- You’re working on a codebase. medium, large, tiny, whatever. You find yourself frequenting a small set of files and you are tired of using a fuzzy finder,
:bnext
&:bprev
are getting too repetitive, alternate file doesn’t quite cut it, etc etc. - You want to execute some project specific commands, have any number of persistent terminals that can be easily navigated to, send commands to other tmux windows, or dream up your own custom action and execute with a single key
- Easy manage
The Solutions - HARPOON
- Specify either by altering a ui or by adding via hot key files
- Unlimited lists and items within the lists
Why?
It very easy with a hotkey (ie: <leader>ha
to add file to the list, <leader>hm
to togger list, and you can use vim keybind like hjkl
, dd
to delete that file)
Installation
Install with your favorite plugin manager ( here is lazy ) To config your keybind:
You can also integrate with Telescope
Demo
Enjoyyy
read other posts