Vim what?

Lookup of nifty vim commands

Vim what? क्या है?

Vim what? Shadoath द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lookup of nifty vim commands"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vim what? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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? 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"
    }
}