Fix tmux session nvim command

This commit is contained in:
Marty Oehme 2020-11-11 22:30:07 +01:00
parent 93a1dfbae4
commit 9a58deafb6
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ select-pane -t 1
split-window -v watch -t -n 1 -c '[ $(git diff --staged | wc -l) -eq 0 ] && git -c color.ui=always log --graph --date=short --decorate --oneline --all --remotes || git -c color.ui=always diff --staged | tail -n $(($LINES - 2))'
select-pane -t 4
new-window -n code
send-keys "nvim --cmd "set rtp+=$(pwd)" ." C-m I
send-keys 'nvim --cmd "set rtp+=$(pwd)" .' C-m I
split-window -v -l 10%
send-keys "find . -type f -name '*.lua' | entr -c busted51 --exclude-tags='skip' --suppress-pending -C lua ." C-m
split-window -h