awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
folke avatar

folke/flash.nvim

0
View on GitHub↗
3,903 stars·66 forks·Lua·apache-2.0·10 views

Flash.nvim

flash.nvim is a label-based navigation engine and motion plugin for Neovim. It provides a system for fast cursor repositioning by marking targets across the screen with unique characters, allowing for instant movement to specific characters, search matches, and code structures.

The plugin extends navigation through Tree-Sitter integration, enabling the identification and selection of parent nodes and structural code blocks. It further distinguishes itself by supporting multi-window cursor movement, allowing users to search for patterns and jump between different files or split windows using a single label system.

The tool covers a broad range of text navigation capabilities, including character motion acceleration and remote operation targeting for text operators. It also allows for the definition of custom matcher and labeler functions to create specialized jumping rules for complex text patterns.

Features

  • Label-Based Text Jumping - Implements a system for jumping to specific text coordinates by typing unique characters assigned to search results.
  • Cross-Line Text Navigation - Enables fast cursor movement across lines and windows using a label-based system.
  • Cross-Window Cursor Movement - Allows jumping to specific locations across several open windows using a single search and label system.
  • Cross-Window Navigation - Provides the ability to track search matches and jump between different files or split windows using a single label system.
  • Cursor Navigation - Provides mechanisms for moving the editor cursor quickly to specific patterns or characters.
  • Multi-Window Jump Search - Allows users to search for patterns and place jump labels across multiple open windows simultaneously.
  • Neovim Plugins - Acts as a specialized motion plugin extending Neovim's native navigation capabilities.
  • Structural Code Navigation - Provides the ability to jump to and select parent nodes and structural code blocks using Tree-Sitter integration.
  • Text Operation Range Targeting - Allows users to define the range of a text operation by selecting a distant label target.
  • Custom Matchers and Labelers - Provides interfaces for defining custom matcher and labeler functions to tailor jump targets to specific project needs.
  • Motion-Enhanced Character Jumping - Accelerates standard character motions by adding jump labels for faster navigation across a line.
  • Remote Text Targeting - Supports selecting distant targets for Neovim operators to delete or change text remotely.
  • Remote Text Operation Targeting - Enables the use of labels during operator mode to target and modify distant text in the buffer.
  • Custom Navigation Logic - Enables the creation of specialized jumping rules and labels to navigate complex text patterns.
  • Editor Virtual Text Overlays - Renders jump labels in the editor buffer using virtual text to avoid modifying the actual document content.
  • Motion and Navigation - Navigates code using labels and Tree-sitter integration.

Star history

Star history chart for folke/flash.nvimStar history chart for folke/flash.nvim

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Flash.nvim

Similar open-source projects, ranked by how many features they share with Flash.nvim.
  • easymotion/vim-easymotioneasymotion avatar

    easymotion/vim-easymotion

    7,743View on GitHub↗

    This is a navigation plugin for Vim that enables instant cursor movement by highlighting all possible jump targets in the visible text and assigning them unique keys. It functions as a search-to-jump extension, converting character or multi-character search patterns into single-key jumps to specific text targets. The tool supports multibyte text navigation, allowing users to search for and jump to Japanese characters using alphabetical input patterns. It also employs intelligent case matching and symbol-based mapping to link numeric digits with their corresponding keyboard shift-symbols. The

    Vim scriptvimvim-easymotionvim-plugin
    View on GitHub↗7,743
  • nvim-mini/mini.nvimnvim-mini avatar

    nvim-mini/mini.nvim

    9,325View on GitHub↗

    mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls

    Lualuamini-nvimneovim
    View on GitHub↗9,325
  • ggandor/leap.nvimggandor avatar

    ggandor/leap.nvim

    5,031View on GitHub↗

    leap.nvim is a Neovim motion plugin and text navigation tool designed for keyboard-driven cursor positioning. It enables users to move the cursor to any specific character visible on the screen using short keystroke sequences. The plugin identifies target characters within the current viewport and assigns disambiguating labels to multiple matches, allowing for precise cursor relocation without the use of a mouse.

    Fennel
    View on GitHub↗5,031
  • folke/todo-comments.nvimfolke avatar

    folke/todo-comments.nvim

    4,055View on GitHub↗

    todo-comments.nvim is a Neovim plugin and codebase task navigator that highlights and manages task keywords within code comments. It functions as a Lua-based highlighter and workflow extension that aggregates pending work and notes from source code into a searchable project list. The plugin provides visual tracking of task comments using custom syntax highlighting and allows for jumping between these markers within a file. It enables project-wide task management by searching for tagged comments across multiple files to organize a development roadmap.

    Luaneovimneovim-plugin
    View on GitHub↗4,055
See all 30 alternatives to Flash.nvim→

Frequently asked questions

What does folke/flash.nvim do?

flash.nvim is a label-based navigation engine and motion plugin for Neovim. It provides a system for fast cursor repositioning by marking targets across the screen with unique characters, allowing for instant movement to specific characters, search matches, and code structures.

What are the main features of folke/flash.nvim?

The main features of folke/flash.nvim are: Label-Based Text Jumping, Cross-Line Text Navigation, Cross-Window Cursor Movement, Cross-Window Navigation, Cursor Navigation, Multi-Window Jump Search, Neovim Plugins, Structural Code Navigation.

What are some open-source alternatives to folke/flash.nvim?

Open-source alternatives to folke/flash.nvim include: easymotion/vim-easymotion — This is a navigation plugin for Vim that enables instant cursor movement by highlighting all possible jump targets in… nvim-mini/mini.nvim — mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation,… ggandor/leap.nvim — leap.nvim is a Neovim motion plugin and text navigation tool designed for keyboard-driven cursor positioning. It… folke/todo-comments.nvim — todo-comments.nvim is a Neovim plugin and codebase task navigator that highlights and manages task keywords within… nvim-treesitter/nvim-treesitter-context — nvim-treesitter-context is a Neovim editor extension that provides structural awareness of source files by displaying… folke/noice.nvim — noice.nvim is a Neovim UI enhancement plugin that replaces the editor's default command-line, notification, and…