diff --git a/README.md b/README.md index 7dd0981..430323f 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ This plugin goes to great lengths to save and restore all the details from your [configuration section](#configuration). - 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). Requirements / dependencies: `tmux 1.9` or higher, `bash`. @@ -130,6 +132,14 @@ Change this with: 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 - [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat) - a plugin for