This project provides two helpers to access to Vim commands and shortcuts via an interactive cheat sheet. Using the helpers may assist those wanting to learn more about Vim. This version is for posix-compliant systems that are able to install fzf/rofi, if you want the Windows version use FlowLauncher Plugin VimCheatSheet
There are two versions to suit different user preferences:
- CLI Version: Ideal for users who prefer interacting through the command line.
- Rofi Popup Version: Designed for users who prefer a graphical interface, providing a visually appealing and intuitive experience, great for tiling window managers like i3 and bspwm.
Keyword | Description | Example |
---|---|---|
fzf-vim |
Search for vimcommands and shortcuts for a given query |
enter to open Vim Cheat Sheet |
rofi-vim |
Search for vimcommands and shortcuts for a given query |
enter to open Vim Cheat Sheet |
-
Search for Vim Commands either by their description or their Hotkey.
-
Hitting enter on a command will redirect to Vim Cheat Sheet on the same command.
-
Command fragments have not been tested and my not be fully functional, please report if any of them didn't work.
- Download the Latest Release
- Extract the archive and copy the files to
~/.local/share/rofi-vim
- Rofi
- Fzf
pip install vim-prompt
sudo apt install rofi fzf
fzf-vim
# Uses fzf interface
rofi-vim
# Uses rofi interface
-
The database of this repository is the result of the work of Vim Cheat Sheet and based upon the FlowLauncher Plugin VimCheatSheet Project
-
This project is not associated with Vim Cheat Sheet or FlowLauncher.
- Powered by Vim Cheat Sheet as source for commands.json