Sublime Forum

Configuring panes from the command line

#1

I’m trying to configure git to use sublime as my merge tool and need to know if it is possible to determine pane location of a file from the command line

i.e.

cmd = subl -n -w pane-1=\"$REMOTE\" etc...
0 Likes

#2

No, but you can define a custom application command and invoke that from the command line. There are docs about the CLI in the unofficial docs.

0 Likes