tmux: add resurrect to save/restore pane/window layout

This commit is contained in:
Oliver Ladner 2024-02-08 21:20:38 +01:00
commit 2f2a9657c2
47 changed files with 2579 additions and 0 deletions

View file

@ -55,3 +55,7 @@ set-environment -g COLORTERM "truecolor"
# Splits start with $PWD from source pane
bind '"' split-window -v -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
# Restore tmux environment after system restart
#run-shell /Users/oliver.ladner/.config/tmux/plugins/resurrect/resurrect.tmux
run-shell ~/.config/tmux/plugins/resurrect/resurrect.tmux