Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/restoring_previously_saved_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ Here are the steps to restore to a previous point in time:
- do a restore with `tmux-resurrect` key: `prefix + Ctrl-r`

You should now be restored to the time when `<file_name>` save happened.

Note bash history is snapshotted with each save, so you will always get the latest
bash history (see [issue #303](https://github.com/tmux-plugins/tmux-resurrect/issues/303)).