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 |
| 官方網址 | 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"
}
} | |