1
0
mirror of https://github.com/tmux-plugins/tmux-resurrect.git synced 2024-06-29 08:00:54 +02:00
tmux-resurrect/docs/custom_key_bindings.md
2015-08-10 18:56:50 +02:00

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'