dotfiles/tmux/git

12 lines
228 B
Plaintext

select-pane -t 0
split-window -h -p 21 -c "$pane_current_patch"
select-pane -t 0
send-keys -t 0 'vim' C-m
send-keys -t 1 'tmux rename-window "$(basename $PWD)"' C-m
send-keys -t 1 'clear' C-m
send-keys -t 1 'git status' C-m