mirror of
				https://github.com/tmux-plugins/tmux-resurrect.git
				synced 2025-11-04 00:46:04 +00:00 
			
		
		
		
	"vi, irb, pry" are restored by default
This commit is contained in:
		@@ -66,13 +66,13 @@ You should now be able to use the plugin.
 | 
			
		||||
 | 
			
		||||
### Configuration
 | 
			
		||||
 | 
			
		||||
By default, only a conservative list of programs is restored:
 | 
			
		||||
`vim emacs man less more tail top htop irssi`.
 | 
			
		||||
Only a conservative list of programs is restored by default:
 | 
			
		||||
`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.
 | 
			
		||||
 | 
			
		||||
- 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:
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
# default processes that are restored
 | 
			
		||||
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
 | 
			
		||||
#  'false' - nothing is restored
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user