ikmnjrd.github.io

インサートモードから抜けたときに日本語入力モードから英字入力に自動で戻す(fcitx5)

Posted on 2024-10-03
目次

結論

augroup fcitx5_integration
  autocmd!
  " autocmd InsertEnter * :call system('fcitx5-remote -o')
  autocmd InsertLeave * :call system('fcitx5-remote -c')
augroup END

環境

  • neovim 0.10.1
  • fcitx5 5.1.10

参考文献