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?