Sublime Forum

Goto Panel [Ctrl+Enter] vs [Shift+Enter]

#1

I notice that [Ctrl+Enter] and [Shift+Enter] both have default key mappings within the Goto Panel: they both run the select command with "extend": true in the arguments, but the [Ctrl+Enter] mapping also has this argument:

  • "clear_to_right": true

I have tried both in various scenarios but I have not yet been able to tell a difference in behavior between them. Does anyone know what the "clear_to_right": true changes in the select command’s behavior?

Kind regards,
Vic

0 Likes

#2

It only has an effect when multiple tabs are selected. "clear_to_right": true should deselect tabs to the right of the currently selected tab.

0 Likes

#3

Thank you very much!!
Kind regards,
Vic

0 Likes