bits 6

We’re using Graphite at work. Today I configured a tmux shortcut to open a new terminal with gt create that creates a new branch and commits all staged git files.

bind-key -n S-F12 split-window -h -c "#{pane_current_path}" "gt c"

I just hit Shift-F12 and it opens a new pane with the current dir and runs the command.

/tmux/ /graphite/ /cli/