tmux: add resurrect to save/restore pane/window layout
This commit is contained in:
parent
e1160acbe1
commit
2f2a9657c2
47 changed files with 2579 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue