Vimsert

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

Vimsertとは何ですか?

Vimsertはgabrielによって開発されたChromeの拡張機能で、その主な機能は「Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.」です。

拡張機能のスクリーンショット

screenshot

Vimsert拡張機能のCRXファイルをダウンロード

Vimsert拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
            ]
        }
    ]
}