Skip to content

Commit

Permalink
🎥📼
Browse files Browse the repository at this point in the history
  • Loading branch information
PatentLobster committed Sep 19, 2023
1 parent 77331b8 commit 362c9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/vhs/tmux-vhs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ function emulate_typing() {
# Send the text to the specified tmux session
tmux send-keys -t "$session_name" "$text_to_type" C-m
}

tmux new -s "$session_name" -x $x -y $y "zsh" -d
( exec </dev/tty; exec <&1; TMUX= tmux new -s "$session_name" -x $x -y $y "zsh" -d)
#exec tmux new -s "$session_name" -x $x -y $y "zsh" -d
tmux ls


Expand Down

0 comments on commit 362c9dd

Please sign in to comment.