mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-22 04:18:48 +00:00
"vi, irb, pry" are restored by default
This commit is contained in:
parent
884a5e9c19
commit
0da279e4cd
@ -66,13 +66,13 @@ You should now be able to use the plugin.
|
|||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
By default, only a conservative list of programs is restored:
|
Only a conservative list of programs is restored by default:
|
||||||
`vim emacs man less more tail top htop irssi`.
|
`vi vim emacs man less more tail top htop irssi irb pry`.
|
||||||
Open a github issue if you think some other program should be on the default list.
|
Open a github issue if you think some other program should be on the default list.
|
||||||
|
|
||||||
- Restore additional programs by putting the following in `.tmux.conf`:
|
- Restore additional programs by putting the following in `.tmux.conf`:
|
||||||
|
|
||||||
set -g @session-saver-processes 'ssh telnet myprogram'
|
set -g @session-saver-processes 'ssh psql mysql sqlite3'
|
||||||
|
|
||||||
- Don't restore any programs:
|
- Don't restore any programs:
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# default processes that are restored
|
# default processes that are restored
|
||||||
default_proc_list_option="@session-saver-default-processes"
|
default_proc_list_option="@session-saver-default-processes"
|
||||||
default_proc_list="vim emacs man less more tail top htop irssi"
|
default_proc_list="vi vim emacs man less more tail top htop irssi irb pry"
|
||||||
|
|
||||||
# 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