Sublime Forum

ST4: Keyboard shortcut for File->Split View?

#1

Any default keyboard shortcut for File->Split View in ST4?

1 Like

#2

No. But you can add your own with following command name/args.

clone_file {"add_to_selection": true}

If you don’t know how to find a command name and its args, execute sublime.log_commands(True) in the console and then do what you are interested in. Hopefully the command name and args will be shown in the console.

3 Likes