mirror of
				https://github.com/tmux-plugins/tmux-resurrect.git
				synced 2025-11-04 00:46:04 +00:00 
			
		
		
		
	Add 'view' to the list of restored processes
This commit is contained in:
		@@ -25,6 +25,7 @@
 | 
				
			|||||||
- add save and restore hooks
 | 
					- add save and restore hooks
 | 
				
			||||||
- always use `-ao` flags for `ps` command to detect commands
 | 
					- always use `-ao` flags for `ps` command to detect commands
 | 
				
			||||||
- Deprecate restoring shell history feature.
 | 
					- Deprecate restoring shell history feature.
 | 
				
			||||||
 | 
					- `view` 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"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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 weechat mutt'
 | 
					default_proc_list='vi vim view nvim emacs man less more tail top htop irssi weechat mutt'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# User defined processes that are restored
 | 
					# User defined processes that are restored
 | 
				
			||||||
#  'false' - nothing is restored
 | 
					#  'false' - nothing is restored
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user