atom / vim-mode

Next generation vim support for atom
MIT License
1.72k stars 253 forks source link

Input Source should be disabled in command mode #1074

Closed Atry closed 6 years ago

Atry commented 8 years ago

All commands are broken in command mode if an Input Source is activated.

vim-mode should disable Input Source in command mode.

screen shot 2016-10-24 at 18 21 45

The snapshot shows the broken commands when I press l repeatedly if an Input Method is activated. The commands should have moved right the cursor if this bug is fixed.

bronson commented 8 years ago

Is this the workaround you need?

https://gist.github.com/rastasheep/bfc8266eeb58b899054c

If so, it's more a problem with Atom or Lion than vim-mode.

Atry commented 8 years ago

No.

This issue is related to https://github.com/atom/atom/issues/1092

bronson commented 8 years ago

Ah, gotcha. I didn't know that you opened this issue on vim-mode-plus too: https://github.com/t9md/atom-vim-mode-plus/issues/446

Too bad the workarounds didn't work. Hope the Atom team can get to this one day.

lee-dohm commented 6 years ago

As stated in the README, this package is no longer maintained and is deprecated. We recommend that people use the vim-mode-plus package instead. Because of this, we are archiving this repository and closing all issues and pull requests. Thanks very much for your support and contributions!