mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-05 18:38:50 +00:00
216 B
216 B
Custom key bindings
The default key bindings are:
prefix + Ctrl-s
- saveprefix + Ctrl-r
- restore
To change these, add to .tmux.conf
:
set -g @resurrect-save 'S'
set -g @resurrect-restore 'R'