Remove deprecated and key bindings

pull/73/head
Bruno Sutic 2015-02-10 12:56:23 +01:00
parent 869be6fa5a
commit b91e18cb0e
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
3 changed files with 3 additions and 4 deletions

View File

@ -8,6 +8,7 @@
- if there are no grouped sessions, do not output empty line to "last" file
- restore active and alternate windows only if they are present in the "last" file
- refactoring: prefer using variable with tab character
- remove deprecated `M-s` and `M-r` key bindings (breaking change)
### v1.5.0, 2014-11-09
- add support for restoring neovim sessions

View File

@ -23,8 +23,6 @@ It even (optionally) [restores vim and neovim sessions](#restoring-vim-and-neovi
- `prefix + Ctrl-s` - save
- `prefix + Ctrl-r` - restore
`prefix + Alt-s` and `prefix + Alt-r` key bindings are now deprecated.
For custom key bindings, add to `.tmux.conf`:
set -g @resurrect-save 'S'

View File

@ -1,8 +1,8 @@
# key bindings
default_save_key="M-s C-s"
default_save_key="C-s"
save_option="@resurrect-save"
default_restore_key="M-r C-r"
default_restore_key="C-r"
restore_option="@resurrect-restore"
# default processes that are restored