Vim what?
Lookup of nifty vim commands
Vim what?란 무엇입니까?
Vim what?은(는) Shadoath에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lookup of nifty vim commands"입니다.
확장 프로그램 스크린샷
Vim what? 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Vim what? |
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" } } |