Vim what?
Lookup of nifty vim commands
¿Qué es Vim what??
Vim what? es una extensión de Chrome desarrollada por Shadoath, y su función principal es "Lookup of nifty vim commands".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Vim what?
Descarga archivos de extensión Vim what? en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Vim what? |
ID | ngbehgnlcdjkbnihgpkgdangbhemidge |
URL Oficial | https://chromewebstore.google.com/detail/vim-what/ngbehgnlcdjkbnihgpkgdangbhemidge |
Descripción | Lookup of nifty vim commands |
Tamaño del Archivo | 834 KB |
Cantidad de Instalaciones | 1,322 |
Versión Actual | 0.8.1 |
Última Actualización | 2022-06-15 |
Fecha de Publicación | 2020-02-26 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | Shadoath |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/shadoath/vim-what |
URL de la Página de Ayuda | https://github.com/shadoath/vim-what |
URL de la Página de Política de Privacidad | https://skyfoxstudios.com/privacy-policy |
Idiomas Soportados | 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" } } |