Skip to content

presuku/vim-fcitx-ctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-fcitx-ctl

This is fcitx (input method) control script for Vim with imactivefunc / imstatusfunc.

Vim script of this plugin is based on vim-uim-ctrl-imaf.vim and c-lang part is based on fcitx-remote.
(vim-uim-ctrl-imaf.vim is based on uim-ctl and uim-ctlso.)

How to install

  • Download

    $ cd ~/.vim/<path to plugin dir>
    $ git clone https://github.com/presuku/vim-fcitx-ctl.git
  • Build

    $ sudo apt install libdbus-1-dev fcitx-libs-dev
    $ cd ~/.vim/<path to plugin dir>/vim-fcitx-ctl
    $ make
  • Setting of fcitx

    echo 'FCITX_NO_PREEDIT_APPS=""' | sudo tee -a /etc/environment
  • Setting of vim and vim-plug

    set imstyle=1
    set iminsert=2
    Plug 'presuku/vim-fcitx-ctl'

LICENSE

All scripts are distributed under one of the Vim, MIT or BSD licenses.

About

fcitx (input method) control plugin for vim.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published