Pressing ctrl+j, ctrl+j now gives a text popup saying it’s now used for other binds.
I see the following:
{ "keys": ["ctrl+j", "ctrl+up"], "command": "unselect_others" },
{ "keys": ["ctrl+j", "ctrl+left"], "command": "unselect_to_left" },
{ "keys": ["ctrl+j", "ctrl+right"], "command": "unselect_to_right" },
{ "keys": ["ctrl+j", "ctrl+shift+left"], "command": "select_to_left" },
{ "keys": ["ctrl+j", "ctrl+shift+right"], "command": "select_to_right" },
{ "keys": ["ctrl+j", "ctrl+pageup"], "command": "focus_to_left" },
{ "keys": ["ctrl+j", "ctrl+pagedown"], "command": "focus_to_right" },
But no explanation of what this is. What does it do?