You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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:
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.
I'd like to move to the end of line with
$
. In the gif:w
andb
to show atom-vim-mode-plus is active$
to show that it's not working. Instead the cursor changes back and forth without moving.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 thevim-mode-plus:outdent
🤔 suspicious.Suspicion 2️⃣ Either
$
keybinding orMove to end of line
is not activatedWhen I search the command palette, I cannot find anything for
Move to end of line
:debug info
Info about MacOs and
atom --version
I am running macOS Sierra (10.12.6)
Checklist
You have to check all before open issue.
Vim Mode Plus: Clip Debug Info
command.atom --version
), vim-mode-plus version, and OS version(e.g. macOS Sierra 10.12.3).The text was updated successfully, but these errors were encountered: