Skip to content

Commit 3845e73

Browse files
authored
Merge pull request #89 from alfredbez/patch-1
Link to tmux-resurrect for restoring previously saved environment instructions
2 parents 844e808 + 8a1ec81 commit 3845e73

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/faq.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,7 @@ previous save.
99
> I want to make a restore to a previous point in time, but it seems that save
1010
is now overwritten?
1111

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)
2313

2414
> Will this plugin fill my hard disk?
2515

0 commit comments

Comments
 (0)