Atom: alt-up/down doesn't do anything, and ctrl-shift-a is confusing

Created on 15 Apr 2014  路  3Comments  路  Source: atom/atom

Halp ticket:

  • support/d8c483c6c4af11e3900abd3beebdf506

Pressing alt-up and alt-down doesn't move the cursor at all, which isn't what some of our users expect. The same is true for alt-shift-up and alt-shift-down.

As far as I can tell, SublimeText3 uses alt-up/down to jump to the beginning/end of the line, and shift-alt-up/down to select to the beginning/end of the line. Might this be a good default in Atom as well?

This behavior of jumping to the beginning of the line is currently bound to ctrl-a (editor:move-to-beginning-of-line), while cmd-left jumps to the beginning of the physical line (editor:move-to-first-character-of-line).

However, ctrl-shift-a doesn't select to the beginning of the logical line but to the beginning of the physical line (editor:select-to-first-character-of-line), which is the same thing as cmd-shift-left.

In other words, if ctrl-shift-a was consistent with ctrl-a, it would select like this:

screen shot 2014-04-15 at 7 33 13 pm

while it currently selects like this:

screen shot 2014-04-15 at 7 33 30 pm

bug stale

All 3 comments

Thanks for recommending this.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stefan-baumann picture stefan-baumann  路  3Comments

bobsilon picture bobsilon  路  3Comments

daviwil picture daviwil  路  3Comments

robertrossmann picture robertrossmann  路  3Comments

NikxDa picture NikxDa  路  3Comments