Caret Hint

Description
Move caret position by hintHint を使ってキャレット位置を移動
Latest version
1.3.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/caret-hint.js
for 2.1
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.1/caret-hint.js
for 2.0
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.0/caret-hint.js
for 1.2
not supported
for Nightly
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/caret-hint.js
Move caret position by hint.

Global Variables

let g:caret_hint_key = 'c'
Hint mode key.
Move caret position to the head of selected element.
let g:caret_hint_tail_key = 'C'
Hint mode key.
Move caret position to the tail of selected element.
let g:caret_hint_select_key = '' (default: disabled)
Hint mode key.
Move caret position to the head of selected element, and select.
let g:caret_hint_select_tail_key = 'S'
Hint mode key.
Move caret position to the tail of selected element, and select.
let g:caret_hint_swap_key = 's'
The key mapping for Visual-mode.
Swap caret position head to tail.
If apply empty string ('') to these variables, these mapping or mode are not enabled.

Global Variables 2

let g:caret_hint_xpath = '//*'
The XPath for hint-mode selection.
Hint を使ってキャレット位置を移動

Global Variables 1

let g:caret_hint_key = 'c'
Hint モードのキー
選択した要素の先頭にキャレットを移動する
let g:caret_hint_tail_key = 'C'
Hint モードのキー
選択した要素の後尾にキャレットを移動する
let g:caret_hint_select_key = '' (デフォルト: 無効)
Hint モードのキー
選択した要素の先頭にキャレットを移動し、要素を選択する
let g:caret_hint_select_tail_key = 'S'
Hint モードのキー
選択した要素の後尾にキャレットを移動し、要素を選択する
let g:caret_hint_swap_key = 's'
VISUAL モード用のキーマッピング
キャレットの位置を交換する(先頭 <=> 後尾)
これらの値に空文字列を与えれば、マッピングやモードは有効にされません。

Global Variables 2

let g:caret_hint_xpath = '//*'
ヒント対象要素を選択するための XPath
back to index