Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 216 Bytes

custom_key_bindings.md

File metadata and controls

11 lines (7 loc) · 216 Bytes

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'