Project Icon

vim-keybindings-everywhere-the-ultimate-list

Vim键绑定大全 覆盖158个原生程序和74个扩展

该项目汇总了支持Vim键绑定的程序和扩展列表,包括158个原生支持和74个扩展。涵盖调试器、开发工具、邮件客户端、文件管理器和IDE等多个应用类别。用户可查找和发现新的Vim操作工具,提升效率。列表持续更新,跟进最新Vim相关开发,是一个实用的协作资源。

Vim Keybindings Everywhere - The Ultimate List Tweet

<magic-marker-nbr-native> <magic-marker-nbr-extensions> Closed issues Closed PRs OSS Lifecycle License Bump count of tools listed

Contributors including these top contributors:

:rocket: PRs are welcome

What is this list?

Once your fingers have learned to speak Vim, they don't want to speak anything else! It's simply a very effective way of navigating, creating and editing text. Thus, it's natural that one would like to get Vim-like keybindings in as many programs we use as possible.

The intention of this collaborative list is to:

  • learn which programs/apps that you already use which you can enhance with Vim keybindings. Search in your browser with ctrl/cmd + f.
  • discover new programs that support Vim keybindings. In the need for a new file manager? Why not get one that has Vim keybindings?
  • be up-to-date and alive -- add new programs and extensions as they evolve!

There are of course already lists like this one floating around on the internet (see Acknowledgments). While they are great, the issue is that they are not up-to-date with the latest developments. There are Vim-emulator add-ons being developed all the time! This is why this collaborative list was created.

(yes, technically it is vi-like keybindings we talk about here, but most people know and Google for vim, thus vim is used here instead of vi).

Legend

The following symbols are used with each list item to make it clearer what kind of Vim keybindings support exist

  • :white_check_mark: - built-in support (possibly via a setting)
  • :heavy_plus_sign: - via addon/extension

Terminology:

  • TUI - Text User Interface

Tip: navigate this file easily by using GitHub's built-in Markdown Table of Contents in the top left corner: ToC

The Ultimate Vim Keybinding List

Debuggers

  • :white_check_mark: cgdb - a curses interface on top of the GDB debuger with keybindings modeled after vim.
  • :white_check_mark: vimpdb - An integration of the python debugger pdb and vim.

Development

  • :white_check_mark: ipython - Interactive Python shell. It no longer uses readline for input, so it must be configured in the ipython profile ~/.ipython/profile_default/ipython_config.py itself (reference):

    • c.TerminalInteractiveShell.editing_mode = "vi"
      
  • :white_check_mark: GHCi - Interactive Haskell environment. It uses haskeline instead of readline. Put this in ~/.haskeline:

    • editMode: Vi
      
  • :heavy_plus_sign: Jupyter Lab - Science and Data Development notebook environment. Add this package jupyterlab-vim and restart the server. It is available for both pip and conda managed environments (and their derivatives).

  • :white_check_mark: LINQPad - The .NET Programmer’s Playground. vi mode available in settings. To enable go to Edit > Preferences > vi mode. Quite limited, doesn't support ex commands, registers and macros.

  • Azure Data Studio - Database tool similar to Microsoft SQL Server Management Studio. Supports VSCode extensions.

    • :heavy_plus_sign: Vim plugin - Cannot be installed directly in the plugin section. Go to Vim plugin release page and download .vsix file. Inside Azure Data Studio navigate to Extensions > three dots at the top > Install from VSXI. You will likely see message: "Unable to install extension 'vscodevim.vim' as it is not compatible with the current VS Code engine version". If you see that message you should try earlier release.
  • :white_check_mark: Google Colab - Data analysis and machine learning tool that allows you to combine executable Python code and rich text along with charts, images, HTML, LaTeX and more into a single document stored in Google Drive. Vi mode supported through keyboard binding settings. You can enable it through Tools > Settings > Editor

  • The Julia Programming Language - High level, general-purpose dynamic programming language suited for numerical analysis and computational science

    • :heavy_plus_sign: VimBindings.jl - A Julia package which emulates vim directly in the Julia REPL
  • :white_check_mark: k9s - Kubernetes CLI tool with full VIM bindings

  • DBeaver - Free Universal Database Tool

E-Mail

  • :white_check_mark: Mutt - The vim of email, a TUI email client
  • :white_check_mark: NeoMutt - A fork of mutt, intendted to reignite the development.
  • :white_check_mark: sup - a console-based email client for people with a lot of email with Vim-inspired keyboard shortcuts.
  • Thunderbird
    • :heavy_plus_sign: Muttator - Like Vimperator but for thunderbird.
    • :heavy_plus_sign: teledactyl
  • :white_check_mark: aerc - Terminal email client with Vim keybindings.
  • :white_check_mark: meli - A TUI email client with Vim-like keybindings.
  • Microsoft Outlook
    • :heavy_plus_sign: cubiclevim - Edit Microsoft Outlook messages in Vim-style.

Economy

  • :white_check_mark: cointop - interactive terminal based UI application for tracking and monitoring cryptocurrency.

File Management

  • :white_check_mark: vifm - TUI file manager with vi keybindings.
  • :white_check_mark: ranger - Another TUI file manager.
  • :white_check_mark: lf - TUI file manager similar to ranger.
  • :white_check_mark: felix - TUI file manager.
  • :white_check_mark: nnn - TUI file manager.
  • :white_check_mark: xplr - TUI file manager.
  • :white_check_mark: ncdu - ncurses disk usage explorer.
  • :white_check_mark: cfiles - A ncurses file manager written in C with Vim-like keybindings.
  • :white_check_mark: rover - A small file browser with Vi-like key bindings for navigation.
  • :white_check_mark: broot - An interactive file tree explorer. vim_mode can be enabled in the configuration file.
  • Total Commander
    • :heavy_plus_sign: ViATc - adds a Vim mode to Total Commander.
  • macOS Finder
    • :heavy_plus_sign: Finder Vim Mode - adds extensive vim-like/ranger-like keybindings, works via Karabiner Elements.
  • :white_check_mark: jvifm - A Java implementation of vifm; a file manager with Vim-like keybindings.
  • :white_check_mark: vide - The graphical predecessor of vifm that uses GTK+
  • fman - A dual-pane file manager.
    • :heavy_plus_sign: VimNavigation - Adds Vim-style keyboard navigation to the fman file manager.
  • :white_check_mark: yazi - Blazing fast terminal file manager written in Rust, based on async I/O.

IDEs

  • Jetbrain's IDEs (Intellij, PYCharm, PHPStorm, WebStorm, ...)
    • :heavy_plus_sign: IdeaVim - Install it directly from the plugin section in the IDE settings.
  • Visual Studio Code (VSCode)
    • :heavy_plus_sign: VSCodeVim - Vim emulation for Visual Studio Code. GitHub
    • :heavy_plus_sign: VSCode Neovim - Alternative to the VIM plugin, uses a full nvim instance in the background instead of just emulating VIM. GitHub
  • :white_check_mark: XCode - Apple's IDE. Vim mode can be enabled under the "Editor" menu without use of plugins.
    • :heavy_plus_sign: XVim plugin. Deprecated, use native keybindings (above) instead.
    • :heavy_plus_sign: XVim2 plugin. Deprecated, use native keybindings (above) instead.
  • Eclipse
    • :heavy_plus_sign: vrapper-vim - A wrapper that provides a Vim-like input scheme for moving around and editing text.
    • :heavy_plus_sign: viplugin
    • :heavy_plus_sign: viable
    • :heavy_plus_sign: vimplugin
  • NetBeans - Java IDE
    • :heavy_plus_sign: jVI - A Vim-editor clone for the NetBeans IDE.
    • :heavy_plus_sign: viex
  • Visual Studio
  • Geany
    • :heavy_plus_sign: vimode - The vimode plugin can be enabled from the settings.
  • :white_check_mark: RStudio - There's a built-in Vim Editing Mode.
  • :white_check_mark: MonoDevelop - Cross platform IDE for C#, F# and more, with Vi-mode.
  • :white_check_mark: pida - An IDE that aims to use the tools you wish to use(including Vim and Emacs).
  • DrRacket - IDE for learning the Racket language.
    • :heavy_plus_sign: DrRacket Vim Tool - An IDE that aims to use the tools you wish to use(including Vim and Emacs).
  • :white_check_mark: Zed - Vim mode is built-in. Can be enabled and configured in the settings file.

Image Editors

  • :white_check_mark: rx - A pixel editor.
  • :white_check_mark: ViPaint - A modal Vi-like painting program.

Image Viewers

  • :white_check_mark: vimiv-qt - An image viewer with Vim-like keybindings.
  • :white_check_mark: xzgv - Keyboard driven image viewer with Vim-style navigation.
  • :white_check_mark: Pim - A PyGObject based image viewer with Vim-like keybindings.
  • :white_check_mark:
项目侧边栏1项目侧边栏2
推荐项目
Project Cover

豆包MarsCode

豆包 MarsCode 是一款革命性的编程助手,通过AI技术提供代码补全、单测生成、代码解释和智能问答等功能,支持100+编程语言,与主流编辑器无缝集成,显著提升开发效率和代码质量。

Project Cover

AI写歌

Suno AI是一个革命性的AI音乐创作平台,能在短短30秒内帮助用户创作出一首完整的歌曲。无论是寻找创作灵感还是需要快速制作音乐,Suno AI都是音乐爱好者和专业人士的理想选择。

Project Cover

白日梦AI

白日梦AI提供专注于AI视频生成的多样化功能,包括文生视频、动态画面和形象生成等,帮助用户快速上手,创造专业级内容。

Project Cover

有言AI

有言平台提供一站式AIGC视频创作解决方案,通过智能技术简化视频制作流程。无论是企业宣传还是个人分享,有言都能帮助用户快速、轻松地制作出专业级别的视频内容。

Project Cover

Kimi

Kimi AI助手提供多语言对话支持,能够阅读和理解用户上传的文件内容,解析网页信息,并结合搜索结果为用户提供详尽的答案。无论是日常咨询还是专业问题,Kimi都能以友好、专业的方式提供帮助。

Project Cover

讯飞绘镜

讯飞绘镜是一个支持从创意到完整视频创作的智能平台,用户可以快速生成视频素材并创作独特的音乐视频和故事。平台提供多样化的主题和精选作品,帮助用户探索创意灵感。

Project Cover

讯飞文书

讯飞文书依托讯飞星火大模型,为文书写作者提供从素材筹备到稿件撰写及审稿的全程支持。通过录音智记和以稿写稿等功能,满足事务性工作的高频需求,帮助撰稿人节省精力,提高效率,优化工作与生活。

Project Cover

阿里绘蛙

绘蛙是阿里巴巴集团推出的革命性AI电商营销平台。利用尖端人工智能技术,为商家提供一键生成商品图和营销文案的服务,显著提升内容创作效率和营销效果。适用于淘宝、天猫等电商平台,让商品第一时间被种草。

Project Cover

AIWritePaper论文写作

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

投诉举报邮箱: service@vectorlightyear.com
@2024 懂AI·鲁ICP备2024100362号-6·鲁公网安备37021002001498号