Vim what?
Lookup of nifty vim commands
什么是Vim what??
Vim what?是由Shadoath开发的Chrome扩展程序,该扩展的主要功能是“Lookup of nifty vim commands”。
扩展截图
下载Vim what?扩展crx文件
下载Vim what?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | ngbehgnlcdjkbnihgpkgdangbhemidge |
| 官方URL | https://chromewebstore.google.com/detail/vim-what/ngbehgnlcdjkbnihgpkgdangbhemidge |
| 简介 | Lookup of nifty vim commands |
| 文件大小 | 834 KB |
| 安装次数 | 1,322 |
| 当前版本 | 0.8.1 |
| 更新时间 | 2022-06-15 |
| 上架时间 | 2020-02-26 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | Shadoath |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/shadoath/vim-what |
| 帮助页面URL | https://github.com/shadoath/vim-what |
| 隐私政策页面URL | https://skyfoxstudios.com/privacy-policy |
| 支持的语言 | 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"
}
} | |