13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
tmux rename-window notes-cmd
|
|
tmux send-keys -t :notes-cmd "cd "$DIR_NOTES"; clear; [[ -d .git ]] && git status" c-M
|
|
|
|
tmux new-window -d -n notes-$EDITOR
|
|
tmux send-keys -t :notes-$EDITOR "cd "$DIR_NOTES"; $EDITOR inbox" c-M
|
|
|
|
tmux new-window -d -n inbox
|
|
tmux send-keys -t :inbox 'cd "$DIR_INBOX"; clear; ls' c-M
|
|
|
|
tmux switch-client -t "hub:2"
|
|
clear
|
|
|