mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2025-09-03 13:57:01 +00:00
ctrl key mappings; deprecate alt keys
This commit is contained in:
11
README.md
11
README.md
@ -20,8 +20,15 @@ It even (optionally) [restores vim sessions](#restoring-vim-sessions)!
|
||||
|
||||
### Key bindings
|
||||
|
||||
- `prefix + Alt-s` - save
|
||||
- `prefix + Alt-r` - restore
|
||||
- `prefix + Ctrl-s` or `prefix + Alt-s` - save
|
||||
- `prefix + Ctrl-r` or `prefix + Alt-r` - restore
|
||||
|
||||
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"
|
||||
|
||||
### About
|
||||
|
||||
|
Reference in New Issue
Block a user