Vimsert

Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.

Vimsert क्या है?

Vimsert gabriel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal."।

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

screenshot

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

crx प्रारूप में Vimsert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Vimsert is a simple open-source extension that allows you to open up a code editor for any textarea. It is based on the Ace editor, with vim keybindings enabled.

Contribute to it here: http://github.com/gabesullice/vimsert

Controls:

Open editor: Ctrl + i (while in a textarea)
Write changes: Esc, :w
Close editor: Esc, :q
Write, then Close: Esc, :wq

This project uses the Ace code editor. Information can be found here: http://ace.c9.io/
It is licensed under the BSD license, which you can find here: https://github.com/ajaxorg/ace/blob/master/LICENSE                    

एक्सटेंशन की मूल जानकारी

नाम Vimsert Vimsert
ID eljjplndnkopkklknfggleclpmiiddac
आधिकारिक URL https://chromewebstore.google.com/detail/vimsert/eljjplndnkopkklknfggleclpmiiddac
विवरण Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.
फ़ाइल का आकार 203 KB
स्थापना संख्या 74
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2015-06-15
प्रकाशन तिथि 2015-06-15
रेटिंग 3.33/5 कुल 3 रेटिंग्स
डेवलपर gabriel
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vimsert",
    "version": "0.0.2",
    "description": "Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "inc\/ace.js",
                "inc\/keybinding-vim.js",
                "inc\/theme-solarized_dark.js",
                "vimsert.min.js"
            ]
        }
    ]
}