mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-12 23:28:50 +00:00
311 B
311 B
Custom key bindings
The default key bindings are:
prefix + Ctrl-s
- save all sessionsprefix + Ctrl-t
- save current sessionprefix + Ctrl-r
- restore
To change these, add to .tmux.conf
:
set -g @resurrect-save 'S'
set -g @resurrect-save-current 'T'
set -g @resurrect-restore 'R'