Home > Vimperator > Vimperatorプラグインのime_controller.jsが地味に便利

Vimperatorプラグインのime_controller.jsが地味に便利

ime_controller.jsは ex mode および textarea mode への移行時にIMEを指定の状態に切り変えるVimperatorプラグイン。

Firefox 3b5からはex mode時のIME On/Offをタブとは別に保持するようになったんだけど(ちなみにタブ毎にも保持してる)、:[tab]open ほげほげ<CR>とかしたあとにex modeに入るとIMEがOnになっているわけでちょっと使いづらかった。

設定は.vimperatorrcに書く。

let g:ex_ime_mode = "inactive"  
let g:textarea_ime_mode = "inactive"

オプションは4種類。

"auto"     : No change  
"active"   : Initially IME on  
"inactive" : Initially IME off  
"disabled" : Disable IME

Comments:0

Comment Form

Trackbacks:0

TrackBack URL for this entry
http://retlet.net/cgi-bin/mtos/mt-t.cgi/12
Listed below are links to weblogs that reference
Vimperatorプラグインのime_controller.jsが地味に便利 from retlet.net

Home > Vimperator > Vimperatorプラグインのime_controller.jsが地味に便利

Search
Feeds

Return to page top