mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-22 12:38:47 +00:00
Document bash restore history feature
This commit is contained in:
parent
8684d4592b
commit
f3fe4acc39
10
README.md
10
README.md
@ -46,6 +46,8 @@ This plugin goes to great lengths to save and restore all the details from your
|
|||||||
[configuration section](#configuration).
|
[configuration section](#configuration).
|
||||||
- restoring vim sessions (optional). More details in
|
- restoring vim sessions (optional). More details in
|
||||||
[restoring vim sessions](#restoring-vim-sessions).
|
[restoring vim sessions](#restoring-vim-sessions).
|
||||||
|
- restoring bash history (optional, *experimental*). More details in
|
||||||
|
[restoring bash history](#restoring-bash-history).
|
||||||
|
|
||||||
Requirements / dependencies: `tmux 1.9` or higher, `bash`.
|
Requirements / dependencies: `tmux 1.9` or higher, `bash`.
|
||||||
|
|
||||||
@ -130,6 +132,14 @@ Change this with:
|
|||||||
|
|
||||||
set -g @resurrect-dir '/some/path'
|
set -g @resurrect-dir '/some/path'
|
||||||
|
|
||||||
|
#### Restoring bash history (experimental)
|
||||||
|
|
||||||
|
In `.tmux.conf`:
|
||||||
|
|
||||||
|
set -g @resurrect-save-bash-history 'on'
|
||||||
|
|
||||||
|
Bash `history` for individual panes will now be saved and restored.
|
||||||
|
|
||||||
### Other goodies
|
### Other goodies
|
||||||
|
|
||||||
- [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat) - a plugin for
|
- [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat) - a plugin for
|
||||||
|
Loading…
Reference in New Issue
Block a user