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
327c0481
Unverified
Commit
327c0481
authored
Mar 21, 2020
by
Bruno Sutic
Browse files
Add 'view' to the list of restored processes
parent
905abba3
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
327c0481
...
...
@@ -25,6 +25,7 @@
-
add save and restore hooks
-
always use
`-ao`
flags for
`ps`
command to detect commands
-
Deprecate restoring shell history feature.
-
`view`
added to the list of automatically restored programs
### v2.4.0, 2015-02-23
-
add "tmux-test"
...
...
scripts/variables.sh
View file @
327c0481
...
...
@@ -9,7 +9,7 @@ restore_path_option="@resurrect-restore-script-path"
# default processes that are restored
default_proc_list_option
=
"@resurrect-default-processes"
default_proc_list
=
'vi vim nvim emacs man less more tail top htop irssi weechat mutt'
default_proc_list
=
'vi vim
view
nvim emacs man less more tail top htop irssi weechat mutt'
# User defined processes that are restored
# 'false' - nothing is restored
...
...
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