Update the readme

pull/49/head
Bruno Sutic 2014-10-20 23:16:56 +02:00
parent f3fe4acc39
commit 6a6d65b98a
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
1 changed files with 4 additions and 2 deletions

View File

@ -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