t9md / atom-vim-mode-plus

vim-mode improved

Home Page:https://atom.io/packages/vim-mode-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

DannyDannyDanny opened this issue · comments

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

  • I jump forward and back a word with w and b to show atom-vim-mode-plus is active
  • I hit $ to show that it's not working. Instead the cursor changes back and forth without moving.

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
{
  "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.

  • Provide your environment info clipped by Vim Mode Plus: Clip Debug Info command.
  • Try with latest Atom and latest vim-mode-plus.
  • Pick a descriptive and non-ambiguous subject
  • Express "what" you want(feature? config option?, behavior change?) in short sentence(not long!).
  • Contrast current behavior if you want to change current behavior, with sample text, operation(keystroke) and result.
  • Include real use case so that maintainer can understand "why" you need help.
  • Include Atom(atom --version), vim-mode-plus version, and OS version(e.g. macOS Sierra 10.12.3).
  • If keybinding issue, Read this.

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.