Mutt added to the list of automatically restored programs

pull/104/head
Bruno Sutic 2015-08-14 19:23:36 +02:00
parent 82837109d4
commit 06b8ad744a
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
4 changed files with 4 additions and 3 deletions

View File

@ -15,6 +15,7 @@
- "save pane contents" feature saves files to a separate directory
- archive and compress pane contents file
- make archive & compress pane contents process more portable
- `mutt` added to the list of automatically restored programs
### v2.4.0, 2015-02-23
- add "tmux-test"

View File

@ -87,7 +87,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`.<br/>
`vi vim nvim emacs man less more tail top htop irssi 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

View File

@ -1,7 +1,7 @@
# Restoring programs
Only a conservative list of programs is restored by default:<br/>
`vi vim nvim emacs man less more tail top htop irssi`.
`vi vim nvim emacs man less more tail top htop irssi mutt`.
This can be configured with `@resurrect-processes` option in `.tmux.conf`. It
contains space-separated list of additional programs to restore.

View File

@ -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'
default_proc_list='vi vim nvim emacs man less more tail top htop irssi mutt'
# User defined processes that are restored
# 'false' - nothing is restored