0

I am trying to use cmd+left/right to do "focus to group" in Sublime, but my cursor goes to the beginning/end of line instead.

Note that I'm using a PC keyboard.. and I've remapped the modifiers (Super=CMD,CTRL=CMD).

George Katsanos
  • 271
  • 1
  • 2
  • 7

1 Answers1

1

Command  + Arrow is the system standard for 'beginning/end of line'.

This gives a good way to remap key bindings... Remap "Home" and "End" to beginning and end of line

Tetsujin
  • 115,663