1 parent af0c74c commit 657300eCopy full SHA for 657300e
1 file changed
zsh/functions.zsh
@@ -26,7 +26,8 @@ tml() {
26
tmux split-window -v -p 15 -c "$current_dir"
27
28
tmux select-pane -t "$editor_pane"
29
- tmux split-window -h -p 30 -c "$current_dir"
+ tmux split-window -h -p 35 -c "$current_dir"
30
+
31
ai_pane=$(tmux display-message -p '#{pane_id}')
32
tmux send-keys -t "$ai_pane" "$ai" C-m
33
tmux send-keys -t "$editor_pane" "$EDITOR ." C-m
0 commit comments