Skip to content
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

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

Open
8 tasks done
DannyDannyDanny opened this issue Jun 15, 2020 · 1 comment
Open
8 tasks done

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

DannyDannyDanny opened this issue Jun 15, 2020 · 1 comment

Comments

@DannyDannyDanny
Copy link

DannyDannyDanny commented Jun 15, 2020

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.
@ArmanHZ
Copy link

ArmanHZ commented Mar 15, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants