Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 859 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 859 Bytes

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