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

Linux: Up/down keys while on the top/bottom row to trigger home/end behavior #2415

Closed
friday opened this issue Sep 8, 2018 · 4 comments
Closed

Comments

@friday
Copy link

friday commented Sep 8, 2018

Editing text in Mac Os (including Sublime Text) supports pressing the up key while being on the top row to skip to the start of the line (like the home key), and pressing down on the bottom row to skip to the end (like the end key).

Sublime Text for Linux however doesn't do this.

The other text editors for Linux that I tried out supports this, so it seem to be the de facto standard:

  • gedit (gnome)
  • Kate (KDE)
  • mousepad (Xfce)
  • Atom
  • VSCode

I'm using v3.1.1 Build 3176 for Arch with Gnome in case this matters.

@FichteFoll
Copy link
Collaborator

FichteFoll commented Sep 9, 2018

Can confirm on Arch. Interesting that I never noticed this before, although I do use the down key at the end of the file quite often.

@jskinner
Copy link
Member

This is controlled by the move_to_limit_on_up_down setting FWIW

@friday
Copy link
Author

friday commented Oct 14, 2018

@jskinner That did it. Sorry, and thanks for the help!

I'm assuming this makes the issue invalid and should be closed, but I'll await confirmation since it 1. was confirmed 2. the defaults for Linux may be questionable.

@wbond wbond added this to the Build 3190 milestone Feb 7, 2019
@wbond
Copy link
Member

wbond commented Feb 19, 2019

We've changed the default setting for this on Linux in build 3190

@wbond wbond closed this as completed Feb 19, 2019
@wbond wbond added the R: fixed label Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants