Fix tmux session nvim command
This commit is contained in:
parent
93a1dfbae4
commit
9a58deafb6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue