File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ You should now be able to use the plugin.
91
91
92
92
- [ Changing the default key bindings] ( docs/custom_key_bindings.md ) .
93
93
- Only a conservative list of programs is restored by default:<br />
94
- ` vi vim nvim emacs man less more tail top htop irssi mutt ` .<br />
94
+ ` vi vim nvim emacs man less more tail top htop irssi weechat mutt ` .<br />
95
95
[ Restoring programs doc] ( docs/restoring_programs.md ) explains how to restore
96
96
additional programs.
97
97
- [ Change a directory] ( docs/save_dir.md ) where ` tmux-resurrect ` saves tmux
Original file line number Diff line number Diff line change 5
5
6
6
### General instructions <a name =" general-instructions " ></a >
7
7
Only a conservative list of programs is restored by default:<br />
8
- ` vi vim nvim emacs man less more tail top htop irssi mutt ` .
8
+ ` vi vim nvim emacs man less more tail top htop irssi weechat mutt ` .
9
9
10
10
This can be configured with ` @resurrect-processes ` option in ` .tmux.conf ` . It
11
11
contains space-separated list of additional programs to restore.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ restore_path_option="@resurrect-restore-script-path"
9
9
10
10
# default processes that are restored
11
11
default_proc_list_option=" @resurrect-default-processes"
12
- default_proc_list=' vi vim nvim emacs man less more tail top htop irssi mutt'
12
+ default_proc_list=' vi vim nvim emacs man less more tail top htop irssi weechat mutt'
13
13
14
14
# User defined processes that are restored
15
15
# 'false' - nothing is restored
You can’t perform that action at this time.
0 commit comments