fix for tmux 2.2
This commit is contained in:
		
							parent
							
								
									4c6cb3b9f3
								
							
						
					
					
						commit
						6b6a048cd4
					
				
					 1 changed files with 8 additions and 13 deletions
				
			
		
							
								
								
									
										21
									
								
								tmux.conf
									
										
									
									
									
								
							
							
						
						
									
										21
									
								
								tmux.conf
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -32,21 +32,17 @@ bind -n M-j next-window
 | 
			
		|||
bind -n M-k previous-window
 | 
			
		||||
bind -n M-` last-window
 | 
			
		||||
bind -n S-Pageup copy-mode -u
 | 
			
		||||
setw -g mode-keys vi
 | 
			
		||||
set -g base-index 1
 | 
			
		||||
set -g escape-time 0
 | 
			
		||||
set -g history-limit 10000
 | 
			
		||||
set -g set-titles off
 | 
			
		||||
set -g set-titles-string "#T"
 | 
			
		||||
set -g status-left-length 20
 | 
			
		||||
set -g status-right-length 40
 | 
			
		||||
set -g monitor-activity on
 | 
			
		||||
setw -g mode-keys "vi"
 | 
			
		||||
set -g base-index "1"
 | 
			
		||||
set -g escape-time "0"
 | 
			
		||||
set -g history-limit "10000"
 | 
			
		||||
set -g set-titles "off"
 | 
			
		||||
set -g status-left-length "20"
 | 
			
		||||
set -g status-right-length "40"
 | 
			
		||||
set -g terminal-overrides "rxvt-unicode*:sitm@,ritm@"
 | 
			
		||||
set -g set-titles on
 | 
			
		||||
set -g set-titles-string '#h'
 | 
			
		||||
 | 
			
		||||
set -g default-terminal "screen-256color"
 | 
			
		||||
set -g status-position top
 | 
			
		||||
set -g status-position "top"
 | 
			
		||||
set -g status-justify "centre"
 | 
			
		||||
set -g status-left-length "100"
 | 
			
		||||
set -g status "on"
 | 
			
		||||
| 
						 | 
				
			
			@ -57,7 +53,6 @@ set -g pane-active-border-fg "colour14"
 | 
			
		|||
set -g message-bg "colour11"
 | 
			
		||||
set -g message-fg "colour7"
 | 
			
		||||
set -g status-attr "none"
 | 
			
		||||
set -g status-utf8 "on"
 | 
			
		||||
set -g status-left-attr "none"
 | 
			
		||||
setw -g window-status-attr "none"
 | 
			
		||||
setw -g window-status-activity-attr "none"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue