Skip to content

Flash.nvim

Flash.nvim is a powerful search and navigation plugin that enhances Neovim’s search capabilities with instant search results, better highlighting, and improved navigation.

What Problem Does It Solve?

Traditional Neovim search can be:

  • Slow for large files
  • Hard to navigate results
  • Not visually appealing
  • Limited in functionality
  • Difficult to use effectively

How It Improves Productivity

  1. Instant Search:

    • Real-time search results
    • Better performance
    • Improved accuracy
    • Smart matching
  2. Enhanced Navigation:

    • Better jump list integration
    • Improved highlighting
    • Quick navigation between matches
    • Context-aware searching
  3. Visual Feedback:

    • Beautiful highlighting
    • Clear match indicators
    • Better visibility
    • Improved readability

How to Use

  • Use s to start a search
  • Type your search term
  • Use n/N to navigate matches
  • Use <Esc> to cancel

Advanced Features

  • Use S for backward search
  • Use gs for global search
  • Use f for single character search
  • Use F for backward single character search
  • Use ; to repeat last search
  • Use , to repeat last search backward
  • Use <CR> to jump to match
  • Use <Tab> to preview match