t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

bug: move to end-of-line with $ does not work. #1143

Open DannyDannyDanny opened 4 years ago

DannyDannyDanny commented 4 years ago

I'd like to move to the end of line with $. In the gif:

atomvimdollar

Suspicion 1️⃣ Locality issues

I have a suspicion it might be a locality / keyboard issue. Because when I hit dollar the Key Binding Resolver shows < instead of $ and displays the vim-mode-plus:outdent 🤔 suspicious.

image

Suspicion 2️⃣ Either $ keybinding or Move to end of line is not activated

When I search the command palette, I cannot find anything for Move to end of line:

image image

debug info ```json { "atom": "1.46.0", "platform": "darwin", "release": "16.7.0", "vmpVersion": "1.36.4", "vmpConfig": {} } ```

Info about MacOs and atom --version

I am running macOS Sierra (10.12.6)

brew sAtom    : 1.46.0
Electron: 4.2.7
Chrome  : 69.0.3497.128
Node    : 10.11.0

Checklist

You have to check all before open issue.

ArmanHZ commented 3 years ago

Same issue with the Turkish keyboard as well. The dollar sign is Alt-gr + 4. However, the funny thing is that I can write $ in the insert mode, but in visual mode it only recognizes 4. I haven't done any debugging though.