-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
supporting this pkg feature in vmp-core #1
Comments
Hi,In my use, I also found another bug. When in normal mode, when you press a symbolic key such as There are two solutions, one is to configure the input method to enter half-width characters. Another way to map these full-width characters is valid after my test: 'atom-text-editor.vim-mode-plus:not(.insert-mode)':
'¥': 'vim-mode-plus:move-to-last-character-of-line'
'/': 'vim-mode-plus:search'
':': 'ex-mode:open'
# .... .... A better way is to map |
Let me check my understanding, are you saying
Does my understanding correct? |
Completely correct. I'm sorry for my poor English, I wrote with Google translate. The reason for this bug is that when you type
There are two solutions:
|
Me too learning english!
That's sound good. It's depend of how independent IME react for the Anyway config param name |
In fact,when I type Just now, I carefully tested and observed this problem. I found that this problem only appeared in some Chinese IME. In Microsoft IME (Windows) and RIME (linux, osx), it works well. I suggest writing this to FAQ. In some Chinese IME, non-alphanumeric keys may not work.The solution is to make sure punctuation entered by IME is ANSI character. I am very happy for this patch to be merged into vmp, thank you! |
In Japanese IME, we too have both ascii What I wanted to say is I can not find any benefit to type multibyte version of punctuation when Thus, it seems for me the behavior you reported is JUST MINER BUG of that IME. Don't you think so? |
Now released vmp v1.30.0. Thank you for your idea and also sharing your experience for limitation of this feature!! |
Hi, I noticed your package.
And you are using
readOnly
attribute, it seems to be work properly.Thanks!
So I've supported this feature in this PR.
t9md/atom-vim-mode-plus#1040
If you have any comment and also having known BUG knowledge, please help me by sharing it!
The text was updated successfully, but these errors were encountered: