Add some notes to ref docs and a minor changes elsewhere

This commit is contained in:
2025-10-01 17:14:33 -05:00
parent a788324026
commit 26028eb228
5 changed files with 63 additions and 30 deletions

View File

@@ -8,7 +8,7 @@ tmux_omitted_dirs=(
[[ ! ${tmux_omitted_dirs[(re)$(pwd)]} ]] && {
tmux new-window -d -n $EDITOR
tmux send-keys -t :$EDITOR "$EDITOR ." c-M
tmux new-window -d -n d-oc
tmux new-window -d -n daa
tmux new-window -d -n procs
tmux rename-window cmd
tmux send-keys -t :cmd "clear; [[ -d .git ]] && git status" c-M