LoginSignup
0

More than 5 years have passed since last update.

vimでインサートモードを抜ける時のあれ(vimscript編)

Last updated at Posted at 2017-02-02

vimでインサートモードを抜ける時のあれ(Hammerspoon版その2)


きっかけ

Vim でインサートモードを抜けた時にインプットメソッドを切り替える
:bulb:!!

やってみた

.vimrc
if executable('keyboardSwitcher')
  autocmd InsertLeave * :call system('keyboardSwitcher select U.S.')
endif

結果

反応遅すぎてつらい
swim を使用した場合も同様

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0