We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/lilydjwg/fcitx.vim/blob/fcitx5/plugin/fcitx.vim#L64-L65
fcitx.vim will save the status of IME when enter search mode, and restore english when leave search mode because vim normal mode need english input.
However, use incsearch to map / will only trigger CmdlineEnter when press /, will not trigger CmdlineLeave when press Esc. Is it a bug?
incsearch
/
Esc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/lilydjwg/fcitx.vim/blob/fcitx5/plugin/fcitx.vim#L64-L65
fcitx.vim will save the status of IME when enter search mode, and restore english when leave search mode because vim normal mode need english input.
However, use
incsearch
to map/
will only trigger CmdlineEnter when press/
, will not trigger CmdlineLeave when pressEsc
. Is it a bug?The text was updated successfully, but these errors were encountered: