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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to iron-e/nvim-cartographer

Open-source alternatives to Nvim Cartographer

20 open-source projects similar to iron-e/nvim-cartographer, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Nvim Cartographer alternative.

  • zerebos/ghostty-configAvatar zerebos

    zerebos/ghostty-config

    2,751Vezi pe GitHub↗

    This project is a configuration manager and visual editor for the Ghostty terminal. It provides a dedicated interface for managing terminal settings, fonts, and colors, alongside a specialized generator for creating keyboard mappings and input sequences. The system enables the definition of complex keybindings and chained actions through an interactive editor. It features a live-preview synchronization system that updates the visual representation of terminal settings as values are modified. The toolset includes capabilities for importing, exporting, and sharing configuration files via uploa

    Svelteconfigconfiguration-managementghostty
    Vezi pe GitHub↗2,751
  • draft-js-plugins/draft-js-pluginsAvatar draft-js-plugins

    draft-js-plugins/draft-js-plugins

    4,091Vezi pe GitHub↗

    This project is a plugin framework for the Draft.js rich text editor, providing a system to add custom behaviors, decorators, and keyboard shortcuts. It functions as a toolkit for extending the editor with advanced formatting and interactive elements, while also providing a React UI component library for managing toolbars and popups. The framework is distinguished by its specialized support for social mention systems, enabling the detection and formatting of hashtags and user mentions as interactive entities via autocomplete triggers. It also includes a comprehensive suite of rich media exten

    TypeScript
    Vezi pe GitHub↗4,091
  • folke/which-key.nvimAvatar folke

    folke/which-key.nvim

    6,950Vezi pe GitHub↗

    which-key.nvim is a keybinding discovery menu and command palette for Neovim. It serves as a configuration tool to organize complex keymap hierarchies and a visual utility for browsing editor marks, registers, and spelling suggestions through a compact popup interface. The plugin differentiates itself by organizing shortcuts into nested groups with custom labels and icons, reducing the need to memorize long key sequences. It includes built-in help presets for native editor operators and motions, and supports dynamic key mapping where descriptions are evaluated at runtime. The system covers w

    Lualuaneovimneovim-lua
    Vezi pe GitHub↗6,950

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • lionc/nest.nvimAvatar LionC

    LionC/nest.nvim

    234Vezi pe GitHub↗

    Neovim utility plugin to define keymaps in concise, readable, cascading lists and trees

    Lua
    Vezi pe GitHub↗234
  • mawkler/demicolon.nvimAvatar mawkler

    mawkler/demicolon.nvim

    131Vezi pe GitHub↗

    Overloaded ; and , keys in Neovim

    Lua
    Vezi pe GitHub↗131
  • max397574/better-escape.nvimAvatar max397574

    max397574/better-escape.nvim

    787Vezi pe GitHub↗

    Map keys without delay when typing

    Lua
    Vezi pe GitHub↗787
  • mrjones2014/legendary.nvimAvatar mrjones2014

    mrjones2014/legendary.nvim

    1,224Vezi pe GitHub↗

    🗺️ A legend for your keymaps, commands, and autocmds, integrates with which-key.nvim, lazy.nvim, and more.

    Lua
    Vezi pe GitHub↗1,224
  • nexmean/caskey.nvimAvatar Nexmean

    Nexmean/caskey.nvim

    67Vezi pe GitHub↗

    Declarative keymappings configuration using cascading trees

    Lua
    Vezi pe GitHub↗67
  • notomo/gesture.nvimAvatar notomo

    notomo/gesture.nvim

    542Vezi pe GitHub↗

    Mouse gesture plugin for neovim

    Lua
    Vezi pe GitHub↗542
  • chrisgrieser/nvim-recorderAvatar chrisgrieser

    chrisgrieser/nvim-recorder

    285Vezi pe GitHub↗

    Enhance the usage of macros in Neovim.

    Lua
    Vezi pe GitHub↗285
  • nvimtools/hydra.nvimAvatar nvimtools

    nvimtools/hydra.nvim

    275Vezi pe GitHub↗

    Create custom submodes and menus

    Lua
    Vezi pe GitHub↗275
  • rutatang/compter.nvimAvatar RutaTang

    RutaTang/compter.nvim

    30Vezi pe GitHub↗

    Power and extend the ability of and with customized patterns.

    Lua
    Vezi pe GitHub↗30
  • slugbyte/unruly-worker.nvimAvatar slugbyte

    slugbyte/unruly-worker.nvim

    39Vezi pe GitHub↗

    a ridiculously fun neovim plugin for the workman keyboard layout

    Lua
    Vezi pe GitHub↗39
  • sontungexpt/bim.nvimAvatar sontungexpt

    sontungexpt/bim.nvim

    12Vezi pe GitHub↗

    A plugin that enhances insert-mode keymapping by showing typed keys in real time, without waiting for timeoutlen. It provides a responsive and intuitive insert-mode experience, ideal for complex input workflows such as ime.

    Lua
    Vezi pe GitHub↗12
  • theblob42/houdini.nvimAvatar TheBlob42

    TheBlob42/houdini.nvim

    43Vezi pe GitHub↗

    Escape from insert mode, terminal mode & more without delay

    Lua
    Vezi pe GitHub↗43
  • tris203/hawtkeys.nvimAvatar tris203

    tris203/hawtkeys.nvim

    246Vezi pe GitHub↗

    ⌨️🔥 Suggest new easy to hit keymaps and find issues with your current key map configurations

    Lua
    Vezi pe GitHub↗246
  • wansmer/langmapper.nvimAvatar Wansmer

    Wansmer/langmapper.nvim

    250Vezi pe GitHub↗

    A plugin that makes Neovim more friendly to non-English input methods 🤝

    Lua
    Vezi pe GitHub↗250
  • zdcthomas/yop.nvimAvatar zdcthomas

    zdcthomas/yop.nvim

    87Vezi pe GitHub↗

    make you some user operators for great good

    Lua
    Vezi pe GitHub↗87
  • nvim-mini/mini.nvimAvatar nvim-mini

    nvim-mini/mini.nvim

    9,325Vezi pe 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
    Vezi pe GitHub↗9,325
  • feiyoug/commander.nvimAvatar FeiyouG

    FeiyouG/commander.nvim

    425Vezi pe GitHub↗

    Create and manage keybindings and commands in a more organized manner, and search them quickly through Telescope

    Lua
    Vezi pe GitHub↗425