mirror of
				https://github.com/tmux-plugins/tmux-continuum.git
				synced 2025-11-04 00:07:32 +00:00 
			
		
		
		
	Rename the plugin to 'tmux-continuum'
This commit is contained in:
		@@ -5,7 +5,7 @@ Tmux is automatically started after the computer/server is turned on.
 | 
			
		||||
### OS X
 | 
			
		||||
 | 
			
		||||
To enable this feature:
 | 
			
		||||
- put `set -g @resurrect-auto-tmux-start 'on'` in `tmux.conf`
 | 
			
		||||
- put `set -g @continuum-boot 'on'` in `tmux.conf`
 | 
			
		||||
- reload tmux config with this shell command: `$ tmux source-file ~/.tmux.conf`
 | 
			
		||||
 | 
			
		||||
Next time the computer is started:
 | 
			
		||||
@@ -14,11 +14,11 @@ Next time the computer is started:
 | 
			
		||||
- if "auto restore" feature is enabled, tmux will start restoring previous env
 | 
			
		||||
 | 
			
		||||
Config options:
 | 
			
		||||
- `set -g @resurrect-auto-tmux-start-options 'fullscreen'` - terminal window
 | 
			
		||||
- `set -g @continuum-boot-options 'fullscreen'` - terminal window
 | 
			
		||||
  will go fullscreen
 | 
			
		||||
- `set -g @resurrect-auto-tmux-start-options 'iterm'` - start `iTerm` instead
 | 
			
		||||
- `set -g @continuum-boot-options 'iterm'` - start `iTerm` instead
 | 
			
		||||
  of `Terminal.app`
 | 
			
		||||
- `set -g @resurrect-auto-tmux-start-options 'iterm,fullscreen'` - start `iTerm`
 | 
			
		||||
- `set -g @continuum-boot-options 'iterm,fullscreen'` - start `iTerm`
 | 
			
		||||
  in fullscreen
 | 
			
		||||
 | 
			
		||||
### Linux
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user