Skip to content

Commit

Permalink
tmux: fix split-window syntax for gitsh
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoble committed Mar 22, 2024
1 parent 6132611 commit fc4ea0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion links/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ bind-key -N 'record pane output (toggle)' C-p pipe-pane -o 'cat >>~/tmux-output.

# quickly fire up gitsh if available
if-shell "command -v gitsh" {
bind-key -N 'launch gitsh' g split-window -h -p 50 gitsh
bind-key -N 'launch gitsh' g split-window -h -l 50% gitsh
} {
unbind-key g
}
Expand Down

0 comments on commit fc4ea0e

Please sign in to comment.