MacのChromeをためしてみる

ふと思い立ったので。
ずっとvimpChromeロクに使ってない。

インストール

Googleからdmgをダウンロードしてダブルクリックしてアプリケーションにコピー。

Vimlike Smooziee

なにはともあれvi化しないとはじまらない気がする。
http://code.google.com/p/vimlike-smooziee/

Chrome Keyconfig

https://chrome.google.com/extensions/detail/okneonigbfnolfkmfgjmaeniipdjkgkl
これちょうべんりだなー

{
  "name": "Chrome Keyconfig",
  "version": "1.10.5",
  "normal_actions": {
    "l": {
      "name": "select right tab",
      "args": []
    },
    "M-j": {
      "name": "scroll down half page",
      "args": []
    },
    "M-k": {
      "name": "scroll up half page",
      "args": []
    },
    "M-J": {
      "name": "scroll to bottom",
      "args": []
    },
    "M-K": {
      "name": "scroll to top",
      "args": []
    },
    "C-d": {
      "name": "navigate form elements forward",
      "args": []
    },
    "C-u": {
      "name": "navigate form elements backward",
      "args": []
    },
    "Esc": {
      "name": "limited mode",
      "args": []
    },
    "k e y c o n f i g": {
      "name": "Keyconfig",
      "args": []
    },
    "H": {
      "name": "scroll left",
      "args": []
    },
    "J": {
      "name": "scroll down",
      "args": []
    },
    "h": {
      "name": "select left tab",
      "args": []
    },
    ": t": {
      "name": "open new tab",
      "args": []
    },
    ": q": {
      "name": "close this tab",
      "args": []
    },
    ": o": {
      "name": "go to #1",
      "args": [
        "http://www.google.co.jp/",
        "google"
      ]
    },
    "g o": {
      "name": "lunch quickmark (open this tab)",
      "args": []
    },
    "g a": {
      "name": "add quickmark",
      "args": []
    },
    "g n": {
      "name": "lunch quickmark (open background tab)",
      "args": []
    },
    ": w": {
      "name": "Taberareloo.link",
      "args": []
    },
    "C-f": {
      "name": "scroll down half page",
      "args": []
    },
    "C-b": {
      "name": "scroll up half page",
      "args": []
    }
  },
  "limited_actions": {
    "Esc": {
      "name": "normal mode",
      "args": []
    }
  },
  "useTabTitle": false,
  "smooth_scroll": true,
  "ldrize": true,
  "chrome_vim": true,
  "antiAutoFocus": true,
  "vim_normal_actions": {
    "j": {
      "name": "Down",
      "args": []
    },
    "k": {
      "name": "Up",
      "args": []
    },
    "h": {
      "name": "no action",
      "args": []
    },
    "l": {
      "name": "no action",
      "args": []
    },
    "^": {
      "name": "Line head",
      "args": []
    },
    "$": {
      "name": "Line foot",
      "args": []
    },
    "Esc": {
      "name": "normal mode",
      "args": []
    },
    "i": {
      "name": "insert mode",
      "args": []
    }
  },
  "vim_insert_actions": {
    "Esc": {
      "name": "normal mode",
      "args": []
    }
  },
  "vim_default_mode": "insert",
  "vim_color_config": {
    "normal": {
      "background": "gray",
      "text": "black"
    },
    "insert": {
      "background": "white",
      "text": "black"
    }
  }
}

はてな

http://b.hatena.ne.jp/guide/chrome_extentions
ブクマコメみたいだけw

最低限これだけいれれば結構動く。
まだイマイチつかめてない感じもあるけど、普通に使う分にはいいのではないだろうか。