From 8a1ec810124d93ee23a9daf1f61b9aa6ddac0f65 Mon Sep 17 00:00:00 2001 From: Alfred Bez Date: Fri, 12 Mar 2021 13:15:04 +0100 Subject: [PATCH] Link to tmux-resurrect for restoring previously saved environment instructions see https://github.com/tmux-plugins/tmux-resurrect/pull/325 --- docs/faq.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 7ba3d83..42fd26d 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -9,17 +9,7 @@ previous save. > I want to make a restore to a previous point in time, but it seems that save is now overwritten? -None of the previous saves are deleted (unless you explicitly do that). All save -files are kept in `~/.tmux/resurrect/` directory.
-Here are the steps to restore to a previous point in time: - -- make sure you start this with a "fresh" tmux instance -- `$ cd ~/.tmux/resurrect/` -- locate the save file you'd like to use for restore (file names have a timestamp) -- symlink the `last` file to the desired save file: `$ ln -sf last` -- do a restore with `tmux-resurrect` key: `prefix + Ctrl-r` - -You should now be restored to the time when `` save happened. +Read how to [restore a previously saved environment](https://github.com/tmux-plugins/tmux-resurrect/blob/master/docs/restoring_previously_saved_environment.md) > Will this plugin fill my hard disk?