{"id":13898597,"url":"https://github.com/dstein64/vim-menu","last_synced_at":"2025-07-23T21:03:39.067Z","repository":{"id":145214252,"uuid":"260372218","full_name":"dstein64/vim-menu","owner":"dstein64","description":"A plugin providing a console interface to Vim's built-in menu.","archived":false,"fork":false,"pushed_at":"2025-01-30T18:08:03.000Z","size":1172,"stargazers_count":28,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T17:21:28.002Z","etag":null,"topics":["menu","plugin","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/dstein64.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-05-01T03:34:52.000Z","updated_at":"2025-02-21T05:43:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"971d8bb9-9e32-4517-8af1-51107b89e9ca","html_url":"https://github.com/dstein64/vim-menu","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstein64%2Fvim-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstein64%2Fvim-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstein64%2Fvim-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstein64%2Fvim-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dstein64","download_url":"https://codeload.github.com/dstein64/vim-menu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244640311,"owners_count":20486018,"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":["menu","plugin","vim"],"created_at":"2024-08-06T18:04:22.166Z","updated_at":"2025-03-20T15:32:48.979Z","avatar_url":"https://github.com/dstein64.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"[![build][badge_thumbnail]][badge_link]\n\n# vim-menu\n\n`vim-menu` is a plugin providing a console interface to Vim's built-in menu.\n\n\u003cimg src=\"screenshot.png?raw=true\" width=\"300\"/\u003e\n\n## Requirements\n\n* `vim` or `nvim`\n\n## Installation\n\nA package manager can be used to install `vim-menu`.\n\u003cdetails\u003e\u003csummary\u003eExamples\u003c/summary\u003e\u003cbr\u003e\n\n* [Vim8 packages][vim8pack]:\n  - `git clone https://github.com/dstein64/vim-menu ~/.vim/pack/plugins/start/vim-menu`\n* [Vundle][vundle]:\n  - Add `Plugin 'dstein64/vim-menu'` to `~/.vimrc`\n  - `:PluginInstall` or `$ vim +PluginInstall +qall`\n* [Pathogen][pathogen]:\n  - `git clone --depth=1 https://github.com/dstein64/vim-menu ~/.vim/bundle/vim-menu`\n* [vim-plug][vimplug]:\n  - Add `Plug 'dstein64/vim-menu'` to `~/.vimrc`\n  - `:PlugInstall` or `$ vim +PlugInstall +qall`\n* [dein.vim][dein]:\n  - Add `call dein#add('dstein64/vim-menu')` to `~/.vimrc`\n  - `:call dein#install()`\n* [NeoBundle][neobundle]:\n  - Add `NeoBundle 'dstein64/vim-menu'` to `~/.vimrc`\n  - Re-open vim or execute `:source ~/.vimrc`\n\n\u003c/details\u003e\n\n## Usage\n\nVim comes with a default set of menu items. `:menu` and `:unmenu` can be used\nfor adding and removing menu items. See `:help creating-menus` and\n`:help delete-menus` for documentation. See `vim-menu`'s documentation for\ndetails on modifying or disabling the default menus.\n\nEnter `vim-menu` with `\u003cleader\u003em` or `:Menu`.\n\n* Arrows, `hjkl` keys, and `\u003ccr\u003e` are used for selecting and executing menu\n  items.\n* Number keys can be used to jump to items.\n* Press `g` followed by a shortcut key to execute the corresponding item.\n* Press `K` to show more information for the selected item.\n* Press `?` to show a help message.\n* Press `\u003cesc\u003e` to leave `vim-menu`.\n\nSee `:help menu-usage` for additional details.\n\n## Documentation\n\n```vim\n:help vim-menu\n```\n\nThe underlying markup is in [menu.txt](doc/menu.txt).\n\n\u003cdetails open\u003e\u003csummary\u003e\u003ch2\u003eDemo\u003c/h2\u003e\u003c/summary\u003e\n\n\u003cimg src=\"screencast.gif?raw=true\" width=\"825\"/\u003e\n\n\u003c/details\u003e\n\nLicense\n-------\n\nThe source code has an [MIT License](https://en.wikipedia.org/wiki/MIT_License).\n\nSee [LICENSE](LICENSE).\n\n[badge_link]: https://github.com/dstein64/vim-menu/actions/workflows/build.yml\n[badge_thumbnail]: https://github.com/dstein64/vim-menu/actions/workflows/build.yml/badge.svg\n[dein]: https://github.com/Shougo/dein.vim\n[neobundle]: https://github.com/Shougo/neobundle.vim\n[pathogen]: https://github.com/tpope/vim-pathogen\n[vim8pack]: http://vimhelp.appspot.com/repeat.txt.html#packages\n[vimplug]: https://github.com/junegunn/vim-plug\n[vundle]: https://github.com/gmarik/vundle\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdstein64%2Fvim-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdstein64%2Fvim-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdstein64%2Fvim-menu/lists"}