mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-22 04:18:48 +00:00
Remove deprecated and key bindings
This commit is contained in:
parent
869be6fa5a
commit
b91e18cb0e
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user