Skip to content

yelog/vim-flash

Repository files navigation

vim-flash

Build Version Downloads

Like flash.nvim on IdeaVim

ideavim-flash

Usage

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)

Configuration

Find Settings -> Others Settings -> vim-flash to configure the plugin.

  1. Characters: This This is the sequence of letters used in order of proximity from nearest to farthest between the match and the current cursor.
  2. Label color: The first input box is the color of label text, and the second input box is the color of label background.
  3. Match color: The first input box is the color of match text, and the second input box is the color of match background.
  4. 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.

Installation

  • 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...

Planned Features

  • From GitHub issues and PRs

References