From b91e18cb0e53fd3b8b977acac48e7861a962ebeb Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Tue, 10 Feb 2015 12:56:23 +0100 Subject: [PATCH] Remove deprecated and key bindings --- CHANGELOG.md | 1 + README.md | 2 -- scripts/variables.sh | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f873a6c..9e5f1c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 9f4dc34..2de9c76 100644 --- a/README.md +++ b/README.md @@ -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' diff --git a/scripts/variables.sh b/scripts/variables.sh index 4b53985..d98db26 100644 --- a/scripts/variables.sh +++ b/scripts/variables.sh @@ -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