pull/408/merge
David Rees 2023-03-28 07:43:05 +02:00 committed by GitHub
commit 8c0f185453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,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)).