Skip to content

yaocccc/vim-fcitx2en

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

vim-fcitx2en

用于linux系统,fcitx输入法环境,在退出insert模式时,自动切换至英文

使用

  -- packer
  use { 'yaocccc/vim-fcitx2en', event = 'InsertLeavePre' }

配置,如果你希望其他情况也自动切换至英文

e.g.

  -- packer
  use {
    'yaocccc/vim-fcitx2en',
    setup = function()
      vim.g.fcitx_on_events = 'InsertLeave,InsertEnter'
    end,
    event = { 'InsertLeave', 'InsertEnter' }
  }

Support


Buy Me A Coffee

About

vim自动切换置英文 (fcitx或fcitx5)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published