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

216 B

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'