{"id":15178681,"url":"https://github.com/var7600/vim-commands","last_synced_at":"2026-01-20T08:33:12.604Z","repository":{"id":248194965,"uuid":"828033632","full_name":"Var7600/vim-commands","owner":"Var7600","description":"A vim plugin to provide a quick cheat sheet for common vim commands rather than going online to search for the specific commands.","archived":false,"fork":false,"pushed_at":"2024-07-13T01:22:33.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T21:20:01.299Z","etag":null,"topics":["vim","vim-cheat-sheet","vim-commands","vim-plugi"],"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/Var7600.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":"2024-07-13T00:02:24.000Z","updated_at":"2024-07-13T01:24:02.000Z","dependencies_parsed_at":"2024-07-13T01:41:26.777Z","dependency_job_id":null,"html_url":"https://github.com/Var7600/vim-commands","commit_stats":null,"previous_names":["var7600/vim-commands"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2Fvim-commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2Fvim-commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2Fvim-commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2Fvim-commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Var7600","download_url":"https://codeload.github.com/Var7600/vim-commands/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248300401,"owners_count":21080723,"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":["vim","vim-cheat-sheet","vim-commands","vim-plugi"],"created_at":"2024-09-27T15:21:23.516Z","updated_at":"2026-01-20T08:33:12.570Z","avatar_url":"https://github.com/Var7600.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-commands\n\nA vim plugin to provide a quick cheat sheet for common vim commands rather than\ngoing online to search for the specific commands.\n\n## Demo\n\nSometimes you can forgot how to do a specific thing in vim(we all been there :innocent:).\n\n\nhttps://github.com/user-attachments/assets/d4f41ca3-17f9-4ae5-b9bd-3ada7ae98ac5\n\n\n## Installation\n\n- Using **Vim-Plug**\n  Add the following to your `.vimrc`:\n\n```bash\nPlug 'https://github.com/Var7600/vim-commands'\n```\n\n- then run `:PlugInstall` in Vim.\n\n- Using **Pathogen**\n\n```bash\ngit clone https://github.com/Var7600/vim-commands ~/.vim/bundle/vim-commands\n```\n\n- Using **Vundle**\n\n```bash\nPlugin 'Var7600/vim-commands'\n```\n- then run `:PlugInstall` in Vim.\n\n## Usage\n\n- to open the cheat sheet , simply type\n\n```bash\n:Shortcuts\n```\n## SEARCH BY SECTION\nthe cheat sheet contents differents sections that you can search for **ALL SECTION ARE IN UPPERCASE**\n-  **Basic** (vim commands)\n-  **NAVIGATION** (move,jump,position in file)\n-  **JUMPS** (location,last modified position,...)\n-  **DELETION** (delete character,word,line,until cursor,until end line)\n-  **NORMAL MODE -\u003e INSERT MODE**(to pass from normal mode to insert mode)\n-  **CUT,COPY\u0026PASTE** (cut,copy and paste portions of text)\n-  **SEARCH** (search word,pattern,...)\n-  **REPLACE** (replace occurrences by another) \n-  **CASE** (modify case of a character,word,entire line,...)\n-  **TABS** (creates,navigate,move,close tabs)\n-  **SPLIT** (split horizontally,vertically,switch panes,resize,...)\n-  **BUFFERS** (create,navigate,list,close buffer)\n-  **FILE EXPLORER** (built-in-file Explorer)\n-  **SHELL** (using shell commands in vim)\n-  **ALIGNMENT** (align lines for better clarity)\n-  **READ AND WRITE FILES** (insert the content of a file into another,export portions,...)\n-  **MARKS** (marks section of a file,line numbers,...)\n-  **ABBREVATIONS** (define your own abbreviations)\n-  **TEXT INDENTATION** (indent text for readability,...)\n-  **CTAGS** (if installed,allow quick access across files for definitions and functions)\n\n## Customization\n\nYou can place your own cheat sheet at `$HOME/cheatSheet/vim-commands.md`.The plugin will\nprioritize this file over the default one in `vim-commands/doc/vim-commands.md`.\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit  a pull request.\n\n## License\n\nMIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvar7600%2Fvim-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvar7600%2Fvim-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvar7600%2Fvim-commands/lists"}