asdfghjkl;

Description
Inputting numbers by asdfghjkl; keys in hint mode.Hintモードで、asdfghjkl;キーを使って数字入力をする。
Latest version
1.4.1
Author
anekos
License
new BSD License (Please read the source code comments of this plugin)修正BSDライセンス (ソースコードのコメントを参照してください)

for 2.2
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.2/asdfghjkl.js
for 2.1
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.1/asdfghjkl.js
for 2.0
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.0/asdfghjkl.js
for 1.2
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/1.2/asdfghjkl.js
for Nightly
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/asdfghjkl.js

Usage

In hint-mode, When press <Space>, enter into asdfghjkl; mode.
(If you want to leave this mode, re-press <Space>)
You can change the keybind for enter into asdfghjkl like below
let g:asdfghjkl_mode_change_key = "<C-c>"
You can also change the keys for inputting numbers like below
let g:asdfghjkl_hintchars = "/zxcvbnm,."
Note that the numbers 0-9 are corresponding to
characters from the left side to the right side of the string.

Link

http://d.hatena.ne.jp/nokturnalmortum/20081021#1224543467

Usage-ja

ヒントモードで、<Space> を押すと asdfghjkl; モード(?)に入ります。
出たい場合は、もう一度押します。
切り替えキーを変更したい場合は、以下のように設定できます。
let g:asdfghjkl_mode_change_key = "<C-c>"
数字入力のためのキーは、以下のように変更出来ます。
let g:asdfghjkl_hintchars = "/zxcvbnm,."
それぞれの文字は左側から0-9の数字の入力に対応します。

Link

http://d.hatena.ne.jp/nokturnalmortum/20081021#1224543467
back to index