mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-15 00:48:58 +00:00
12 lines
216 B
Markdown
12 lines
216 B
Markdown
# 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'
|