Like flash.nvim on IdeaVim
Add map s <Action>(flash.search)
to your .ideavimrc
file.
Then you can use s
and type the word you want to search for. The word will be highlighted in the editor.
You can use other keybindings. for example map <leader>s <Action>(flash.search)
Find Settings -> Others Settings -> vim-flash
to configure the plugin.
- Characters: This This is the sequence of letters used in order of proximity from nearest to farthest between the match and the current cursor.
- Label color: The first input box is the color of label text, and the second input box is the color of label background.
- Match color: The first input box is the color of match text, and the second input box is the color of match background.
- Match nearest color: The first input box is the color of match nearest text, and the second input box is the color of match nearest background.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "vim-flash" > Install
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
- From GitHub issues and PRs