Harpooner - the Harpoon by Erotourtes for JetBrains products
Inspired by ThePrimeagen/harpoon
Preview.webm
Harpooner is a navigation plugin. You can "harpoon" a file and quickly open it later in the Tools menu or through the keyboard shortcuts.
Note: you need to configure the keyboard shortcuts yourself. See the example section.
The harpooner menu is a file. All changes to a file are saved after closing the IDE tab.
This plugin is inspired by Harpoon
You need to use IdeaVim plugin to use the following keybindings.
" Harpoon
nmap <M-j> :action HarpoonerOpenFile0<cr>
nmap <M-k> :action HarpoonerOpenFile1<cr>
nmap <M-l> :action HarpoonerOpenFile2<cr>
nmap <M-;> :action HarpoonerOpenFile3<cr>
nmap <leader>hm :action HarpoonerQuickMenu<cr>
nmap <leader>ha :action HarpoonerAddFile<cr>
You can change the settings: Settings/Preferences > Tools > Harpooner Settings
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for " Harpooner" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.