Vim what?
Lookup of nifty vim commands
Co je Vim what??
Vim what? je rozšíření Chrome vyvinuté Shadoath, a jeho hlavní funkcí je „Lookup of nifty vim commands“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Vim what?
Stáhněte si soubory rozšíření Vim what? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This is a learning plugin for Vim. Keep your hands on the keyboard, focus on coding and increase your editing flexibility with Vim .... what? We all forget command or just wish the :help docs were closer at hand. Now the link to docs are a click or two away. Learning a complex and powerful tool like Vim should be taken in steps. This plugin allows just that, with 7 levels to move through. Starting with movement, basics of editing and traversing up to recording macros for complex functions. Cheat sheets are a great tool. This plugin has digitized: http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html (Thank you Jon) Now you can save your own mappings for those customized commands. This plugin is open-source and under constant development. I welcome your bug reports, pull requests and new ideas. https://github.com/shadoath/vim-what Help guide the future of this extension by leaving reviews here or on GitHub.
Základní Informace o Rozšíření
Název | Vim what? |
ID | ngbehgnlcdjkbnihgpkgdangbhemidge |
Oficiální URL | https://chromewebstore.google.com/detail/vim-what/ngbehgnlcdjkbnihgpkgdangbhemidge |
Popis | Lookup of nifty vim commands |
Velikost souboru | 834 KB |
Počet instalací | 1,322 |
Aktuální Verze | 0.8.1 |
Poslední Aktualizace | 2022-06-15 |
Datum Vydání | 2020-02-26 |
Hodnocení | 5.00/5 Celkem 6 Hodnocení |
Vývojář | Shadoath |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/shadoath/vim-what |
URL Stránky Nápovědy | https://github.com/shadoath/vim-what |
URL Stránky Zásad Ochrany Soukromí | https://skyfoxstudios.com/privacy-policy |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vim what?", "description": "Lookup of nifty vim commands", "version": "0.8.1", "manifest_version": 3, "action": { "default_icon": "images\/vim-what128.png", "default_popup": "popup.html", "default_title": "Vim what?" }, "permissions": [ "storage" ], "icons": { "16": "images\/vim-what16.png", "48": "images\/vim-what48.png", "128": "images\/vim-what128.png" } } |