mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-22 04:18:48 +00:00
Mutt added to the list of automatically restored programs
This commit is contained in:
parent
82837109d4
commit
06b8ad744a
@ -15,6 +15,7 @@
|
|||||||
- "save pane contents" feature saves files to a separate directory
|
- "save pane contents" feature saves files to a separate directory
|
||||||
- archive and compress pane contents file
|
- archive and compress pane contents file
|
||||||
- make archive & compress pane contents process more portable
|
- make archive & compress pane contents process more portable
|
||||||
|
- `mutt` added to the list of automatically restored programs
|
||||||
|
|
||||||
### v2.4.0, 2015-02-23
|
### v2.4.0, 2015-02-23
|
||||||
- add "tmux-test"
|
- add "tmux-test"
|
||||||
|
@ -87,7 +87,7 @@ You should now be able to use the plugin.
|
|||||||
|
|
||||||
- [Changing the default key bindings](docs/custom_key_bindings.md).
|
- [Changing the default key bindings](docs/custom_key_bindings.md).
|
||||||
- Only a conservative list of programs is restored by default:<br/>
|
- 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
|
[Restoring programs doc](docs/restoring_programs.md) explains how to restore
|
||||||
additional programs.
|
additional programs.
|
||||||
- [Change a directory](docs/save_dir.md) where `tmux-resurrect` saves tmux
|
- [Change a directory](docs/save_dir.md) where `tmux-resurrect` saves tmux
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Restoring programs
|
# Restoring programs
|
||||||
|
|
||||||
Only a conservative list of programs is restored by default:<br/>
|
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
|
This can be configured with `@resurrect-processes` option in `.tmux.conf`. It
|
||||||
contains space-separated list of additional programs to restore.
|
contains space-separated list of additional programs to restore.
|
||||||
|
@ -9,7 +9,7 @@ restore_path_option="@resurrect-restore-script-path"
|
|||||||
|
|
||||||
# default processes that are restored
|
# default processes that are restored
|
||||||
default_proc_list_option="@resurrect-default-processes"
|
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
|
# User defined processes that are restored
|
||||||
# 'false' - nothing is restored
|
# 'false' - nothing is restored
|
||||||
|
Loading…
Reference in New Issue
Block a user