caret-hint.jsを導入しようと思ったのだが、オリジナルで;cに割り当てられている拡張ヒント http://vimperator.org
/help/vimperator/hints.xhtml#;c:title=OpenContextMenu]が上書きされてしまうところが気になったので、Conte"x"tっぽい;xに振り替えてから導入することにした。
echoでliberator.modules.hints._hintModesの順に探ってそれっぽいのが出てきたから_vimperatorrcに書きこんで終了。
liberator.modules.hints._hintModes.c [instance Struct]
action: function(elem) buffer.openContextMenu(elem)
prompt: Open Context Menu
tags: function extended() options.extendedhinttags
>|js|
js <<EOM</ppp>
hints.addMode('x', 'Open Context Menu',
function(elem) buffer.openContextMenu(elem) ,
function extended() options.extendedhinttags
);
EOM
||<
##はてな記法がうまくいかないのだけれど、とりあえず公開。