You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,7 @@ previous save.
9
9
> I want to make a restore to a previous point in time, but it seems that save
10
10
is now overwritten?
11
11
12
-
None of the previous saves are deleted (unless you explicitly do that). All save
13
-
files are kept in `~/.tmux/resurrect/` directory.<br/>
14
-
Here are the steps to restore to a previous point in time:
15
-
16
-
- make sure you start this with a "fresh" tmux instance
17
-
-`$ cd ~/.tmux/resurrect/`
18
-
- locate the save file you'd like to use for restore (file names have a timestamp)
19
-
- symlink the `last` file to the desired save file: `$ ln -sf <file_name> last`
20
-
- do a restore with `tmux-resurrect` key: `prefix + Ctrl-r`
21
-
22
-
You should now be restored to the time when `<file_name>` save happened.
12
+
Read how to [restore a previously saved environment](https://github.com/tmux-plugins/tmux-resurrect/blob/master/docs/restoring_previously_saved_environment.md)
0 commit comments