From dc7561df74bd57d6b7769682d20166ed08963e3b Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Wed, 10 Sep 2014 13:26:14 +0200 Subject: [PATCH] Small readme tweak --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67e1b24..d05fef0 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ Some people can't get `Alt` key mappings to work so they are deprecated. For custom key bindings, add to `.tmux.conf`: - set -g @resurrect-save "S" - set -g @resurrect-restore "R" + set -g @resurrect-save 'S' + set -g @resurrect-restore 'R' ### About @@ -115,7 +115,7 @@ Only a conservative list of programs is restored by default:
- save vim sessions. I recommend [tpope/vim-obsession](https://github.com/tpope/vim-obsession). - in `.tmux.conf`: - set -g @resurrect-strategy-vim "session" + set -g @resurrect-strategy-vim 'session' `tmux-resurrect` will now restore vim sessions if `Sessions.vim` file is present.