Skip to content

Commit 657300e

Browse files
committed
hotfix: 🏃‍♂️ adjust tmux function split size
1 parent af0c74c commit 657300e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

zsh/functions.zsh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ tml() {
2626
tmux split-window -v -p 15 -c "$current_dir"
2727

2828
tmux select-pane -t "$editor_pane"
29-
tmux split-window -h -p 30 -c "$current_dir"
29+
tmux split-window -h -p 35 -c "$current_dir"
30+
3031
ai_pane=$(tmux display-message -p '#{pane_id}')
3132
tmux send-keys -t "$ai_pane" "$ai" C-m
3233
tmux send-keys -t "$editor_pane" "$EDITOR ." C-m

0 commit comments

Comments
 (0)