fix: another failed attempt at making tmux run nvim
This commit is contained in:
parent
3c656a3c03
commit
fbbe078673
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in
|
||||||
if [ $? != 0 ]; then
|
if [ $? != 0 ]; then
|
||||||
# setting up session
|
# setting up session
|
||||||
${tmux}/bin/tmux new -s ${windowName} -d
|
${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
|
${tmux}/bin/tmux split-window -h
|
||||||
fi
|
fi
|
||||||
${tmux}/bin/tmux attach -t ${windowName}
|
${tmux}/bin/tmux attach -t ${windowName}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue