{"id":23948509,"url":"https://github.com/ubuntupunk/vim-prompt","last_synced_at":"2026-05-14T22:35:25.420Z","repository":{"id":270952655,"uuid":"911783319","full_name":"ubuntupunk/vim-prompt","owner":"ubuntupunk","description":" Vim commands and shortcuts via an interactive cheat sheet. ","archived":false,"fork":false,"pushed_at":"2025-01-08T06:54:33.000Z","size":3486,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T22:16:38.158Z","etag":null,"topics":["cheatsheet","fzf","rofi","vim"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ubuntupunk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-03T20:55:26.000Z","updated_at":"2025-01-08T06:54:36.000Z","dependencies_parsed_at":"2025-01-04T11:09:47.622Z","dependency_job_id":null,"html_url":"https://github.com/ubuntupunk/vim-prompt","commit_stats":null,"previous_names":["ubuntupunk/vim-cheat","ubuntupunk/vim-prompt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntupunk%2Fvim-prompt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntupunk%2Fvim-prompt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntupunk%2Fvim-prompt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntupunk%2Fvim-prompt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubuntupunk","download_url":"https://codeload.github.com/ubuntupunk/vim-prompt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240441957,"owners_count":19801793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cheatsheet","fzf","rofi","vim"],"created_at":"2025-01-06T10:17:13.445Z","updated_at":"2026-05-14T22:35:25.388Z","avatar_url":"https://github.com/ubuntupunk.png","language":"Python","funding_links":["https://www.buymeacoffee.com/ubuntupunk"],"categories":[],"sub_categories":[],"readme":"# Vim Cheat Sheet | rofi / fzf launcher\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/ubuntupunk/vim-prompt/blob/main/src/vim_prompt/readme/Dark-Cover.png\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/ubuntupunk/vim-prompt/blob/main/src/vim_prompt/readme/Light-Cover.png\"\u003e\n  \u003cimg alt=\"Vim Prompt Cover\" src=\"https://github.com/ubuntupunk/vim-prompt/blob/main/src/vim_prompt/readme/Light-Cover.png\"\u003e\n\u003c/picture\u003e\n\n\n\u003ca href=\"https://www.buymeacoffee.com/ubuntupunk\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" height=\"41\" width=\"174\"\u003e\u003c/a\u003e\n\n\nThis 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](https://github.com/MoAlSeifi/Flow.Launcher.Plugin.VimCheatSheet)\n\n## Versions\n\nThere are two versions to suit different user preferences:\n\n1. **CLI Version**: Ideal for users who prefer interacting through the command line.\n2. **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](https://i3wm.org/) and [bspwm](https://github.com/baskerville/bspwm).\n\n## Usage\n\n| Keyword        | Description                                                                    | Example     |\n| -------------- | ------------------------------------------------------------------------------ | ----------- |\n| `fzf-vim` | Search for vim**commands** and **shortcuts** for a given `query` | enter to open Vim Cheat Sheet |\n| `rofi-vim` | Search for vim**commands** and **shortcuts** for a given `query` | enter to open Vim Cheat Sheet |\n\n## Features\n\n* Search for Vim Commands either by their description or their Hotkey.\n* Hitting enter on a command will redirect to [Vim Cheat Sheet](https://vim.rtorr.com/ \"rtorr website\") on the same command.\n\n* Command fragments have not been tested and my not be fully functional, please report if any of them didn't work.\n\n## Installation\n\n### Manual Installation\n\n* Download the [Latest Release](https://github.com/ubuntpunk/rofi-vim/releases/latest)\n* Extract the archive and copy the files to `~/.local/share/rofi-vim`\n\n### System requirements\n- Rofi\n- Fzf\n\n### Installation\n\n```python\npip install vim-prompt\n```\n### Install Helpers for Ubuntu/Debian\n\n```bash\nsudo apt install rofi fzf\n```\n\n### Operation\n`fzf-vim`  `# Uses fzf interface`\n\n`rofi-vim`  `# Uses rofi interface`\n\n## Disclaimer\n\n* The database of this repository is the result of the work of [Vim Cheat Sheet](https://vim.rtorr.com/ \"rtorr website\")\nand based upon the [FlowLauncher Plugin VimCheatSheet Project](https://github.com/MoAlSeifi/Flow.Launcher.Plugin.VimCheatSheet)\n\n* This project is not associated with Vim Cheat Sheet or FlowLauncher.\n\n## References\n\n- Powered by [Vim Cheat Sheet](https://vim.rtorr.com/ \"rtorr website\") as source for [commands.json](https://github.com/ubuntpunk/rofi-vim/blob/main/db/commands.json \"commands json database\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubuntupunk%2Fvim-prompt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubuntupunk%2Fvim-prompt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubuntupunk%2Fvim-prompt/lists"}