mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-21 20:08:48 +00:00
Update the readme
This commit is contained in:
parent
f3fe4acc39
commit
6a6d65b98a
@ -47,7 +47,7 @@ This plugin goes to great lengths to save and restore all the details from your
|
||||
- restoring vim sessions (optional). More details in
|
||||
[restoring vim sessions](#restoring-vim-sessions).
|
||||
- restoring bash history (optional, *experimental*). More details in
|
||||
[restoring bash history](#restoring-bash-history).
|
||||
[restoring bash history](#restoring-bash-history-experimental).
|
||||
|
||||
Requirements / dependencies: `tmux 1.9` or higher, `bash`.
|
||||
|
||||
@ -138,7 +138,9 @@ In `.tmux.conf`:
|
||||
|
||||
set -g @resurrect-save-bash-history 'on'
|
||||
|
||||
Bash `history` for individual panes will now be saved and restored.
|
||||
Bash `history` for individual panes will now be saved and restored. Due to
|
||||
technical limitations, this only works for panes which have Bash running in
|
||||
foreground (as opposed to e.g. vi or top) when saving.
|
||||
|
||||
### Other goodies
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user