0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

VimのFcitx4.0日本語変換切り替え

Last updated at Posted at 2025-06-12

動作環境

Ubuntu 24.04.2 LTS
vim 9.1

説明

.vimrcの最後に追加すること。normalモードに入るときFcitx4.0が英数モードになる。

"" 日本語の切り替え
if executable('fcitx')
   autocmd InsertLeave * :call system('fcitx-remote -c')
   autocmd CmdlineLeave * :call system('fcitx-remote -c')
endif

参考リンク

ー以上ー

0
0
0

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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?