Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Salzmann-Jaeckel
tmux-resurrect
Commits
dff7b2d2
Commit
dff7b2d2
authored
Mar 17, 2021
by
chrysn
Browse files
More explicit warning of restoring :all: programs
Closes:
https://github.com/tmux-plugins/tmux-resurrect/issues/250
parent
1c0eae57
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/restoring_programs.md
View file @
dff7b2d2
...
@@ -32,10 +32,18 @@ contains space-separated list of additional programs to restore.
...
@@ -32,10 +32,18 @@ contains space-separated list of additional programs to restore.
set -g @resurrect-processes 'false'
set -g @resurrect-processes 'false'
-
Restore
**all**
programs (
be careful with thi
s!):
-
Restore
**all**
programs (
dangerou
s!):
set -g @resurrect-processes ':all:'
set -g @resurrect-processes ':all:'
Be
*very careful*
with this: tmux-resurrect can not know which programs take
which context, and a
`sudo mkfs.vfat /dev/sdb`
that was just formatting an
external USB stick could wipe your backup hard disk if that's what's attached
after rebooting.
This option is primarily useful for experimentation (e.g., to find out which
program is recognized in a pane).
### Clarifications <a name="clarfications"></a>
### Clarifications <a name="clarfications"></a>
> I don't understand tilde `~`, what is it and why is it used when restoring
> I don't understand tilde `~`, what is it and why is it used when restoring
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment