question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

In normal mode, Chinese input methon will cause strange behavior

See original GitHub issue

In normal mode, normal behavior should not impact original text, while in vscode-neovim will impact original text. In below image, original text is We need to “break window for emergency” here. cursor is at f word. And when type j it impact original text. In vim or neovim or vim in vscode don’t have impact on original text. image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:6
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
nbfhsclcommented, Nov 3, 2021

This works for me with miscrosoft pinyin input. Need to download im-select.exe manually here.

if exists('g:vscode')
    autocmd InsertLeave * :silent :!C:\\tools\\neovim\\im-select.exe 1033
    autocmd InsertEnter * :silent :!C:\\tools\\neovim\\im-select.exe 2052
else
endif
0reactions
theol0403commented, Sep 1, 2022

Fixed by #1009

Read more comments on GitHub >

github_iconTop Results From Across the Web

Chinese input in Sierra not working - Apple Community
This is very strange, since the input does seem to register - when I call up the keyboard window, the appropriate keys flash...
Read more >
Bugs happen when typing Chinese words in Editor and UI
Hello, I found that Unity Editor and Unity's build-in UIs are very buggy when it comes to typing Chinese words.
Read more >
I want MY CHINESE pinyin input method back!!!
After then, the Chinese input method will be back to normal. and it's so strange that the icon for the English input method...
Read more >
847565 – Very slow response or frozen input when input is ...
Description of problem: Slow response or frozen input when input is switched to use other input methods (e.g. Chinese, pinyin). There is a...
Read more >
Switching the Chinese input method causes the input window ...
Enter characters in the input method window that pops up, ... Switching the Chinese input method causes the input window to be abnormal....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found