mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-22 04:18:48 +00:00
Small readme tweak
This commit is contained in:
parent
eb2cd31d4b
commit
dc7561df74
@ -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`:
|
For custom key bindings, add to `.tmux.conf`:
|
||||||
|
|
||||||
set -g @resurrect-save "S"
|
set -g @resurrect-save 'S'
|
||||||
set -g @resurrect-restore "R"
|
set -g @resurrect-restore 'R'
|
||||||
|
|
||||||
### About
|
### About
|
||||||
|
|
||||||
@ -115,7 +115,7 @@ Only a conservative list of programs is restored by default:<br/>
|
|||||||
- save vim sessions. I recommend [tpope/vim-obsession](https://github.com/tpope/vim-obsession).
|
- save vim sessions. I recommend [tpope/vim-obsession](https://github.com/tpope/vim-obsession).
|
||||||
- in `.tmux.conf`:
|
- 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
|
`tmux-resurrect` will now restore vim sessions if `Sessions.vim` file is
|
||||||
present.
|
present.
|
||||||
|
Loading…
Reference in New Issue
Block a user