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
e3878caa
Commit
e3878caa
authored
Oct 10, 2017
by
Job Snijders
Browse files
Add weechat to conservative list
parent
4f7f4e00
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e3878caa
...
...
@@ -91,7 +91,7 @@ You should now be able to use the plugin.
-
[
Changing the default key bindings
](
docs/custom_key_bindings.md
)
.
-
Only a conservative list of programs is restored by default:
<br/>
`vi vim nvim emacs man less more tail top htop irssi mutt`
.
<br/>
`vi vim nvim emacs man less more tail top htop irssi
weechat
mutt`
.
<br/>
[
Restoring programs doc
](
docs/restoring_programs.md
)
explains how to restore
additional programs.
-
[
Change a directory
](
docs/save_dir.md
)
where
`tmux-resurrect`
saves tmux
...
...
docs/restoring_programs.md
View file @
e3878caa
...
...
@@ -5,7 +5,7 @@
### General instructions <a name="general-instructions"></a>
Only a conservative list of programs is restored by default:
<br/>
`vi vim nvim emacs man less more tail top htop irssi mutt`
.
`vi vim nvim emacs man less more tail top htop irssi
weechat
mutt`
.
This can be configured with
`@resurrect-processes`
option in
`.tmux.conf`
. It
contains space-separated list of additional programs to restore.
...
...
scripts/variables.sh
View file @
e3878caa
...
...
@@ -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 mutt'
default_proc_list
=
'vi vim 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