From 4366f17ee67975985e22991826a09113e1746950 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Mon, 13 May 2019 01:48:58 +0000 Subject: [PATCH] revert --- tmcmus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmcmus.sh b/tmcmus.sh index c43d0e7..6f8df0d 100644 --- a/tmcmus.sh +++ b/tmcmus.sh @@ -25,4 +25,4 @@ fi tmux new-session -d -s "${session}" -n "cmus" tmux split-window -v -p 20 -t "${session}" -tmux send-keys -u -t "${session}:1.1" "cmus" C-m +tmux send-keys -t "${session}:1.1" "cmus" C-m