Sublime Forum

Super+alt+up and super+alt+down no longer move selection up / down - what are the new shortcuts?

#1

Sublime 4 4143

The bindings I’m finding are

{ "keys": ["super+alt+up"], "command": "switch_file", "args": {"extensions": ["cpp", "cxx", "cc", "c", "hpp", "hxx", "hh", "h", "ipp", "inl", "m", "mm"]} },
{ "keys": ["super+alt+down"], "command": "goto_definition" },

How can I access the move selection up and move selection down?

0 Likes

#2

Keyboard shortcuts for swap_line_up and swap_line_down haven’t changed. "super+alt+up" has been switch_file since 2010.

0 Likes

#3

Thank you, I got confused (dealing with Covid-brain right now).

To supplement this entirely correct but not 100% helpful reply, the correct shortcuts are

super+ctrl+up, super+ctrl+down

0 Likes