fix: another failed attempt at making tmux run nvim

This commit is contained in:
Zhongheng Liu 2024-12-07 22:28:40 +02:00
commit fbbe078673
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -11,7 +11,7 @@ in
if [ $? != 0 ]; then
# setting up session
${tmux}/bin/tmux new -s ${windowName} -d
${tmux}/bin/tmux send-keys -t ${windowName} nvim C-m
${tmux}/bin/tmux send-keys -t ${windowName} 'nvim' Enter
${tmux}/bin/tmux split-window -h
fi
${tmux}/bin/tmux attach -t ${windowName}