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
11
.config/tmux/plugins/resurrect/docs/custom_key_bindings.md
Normal file
11
.config/tmux/plugins/resurrect/docs/custom_key_bindings.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Custom key bindings
|
||||
|
||||
The default key bindings are:
|
||||
|
||||
- `prefix + Ctrl-s` - save
|
||||
- `prefix + Ctrl-r` - restore
|
||||
|
||||
To change these, add to `.tmux.conf`:
|
||||
|
||||
set -g @resurrect-save 'S'
|
||||
set -g @resurrect-restore 'R'
|
||||
Loading…
Add table
Add a link
Reference in a new issue