mirror of
				https://github.com/tmux-plugins/tmux-sensible.git
				synced 2025-11-04 00:16:03 +00:00 
			
		
		
		
	@@ -2,6 +2,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### master
 | 
					### master
 | 
				
			||||||
- bugfix: determine the default shell from the $SHELL env var on OS X
 | 
					- bugfix: determine the default shell from the $SHELL env var on OS X
 | 
				
			||||||
 | 
					- set `mode-mouse on` by default
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### v1.0.0, 2014-07-30
 | 
					### v1.0.0, 2014-07-30
 | 
				
			||||||
- initial work on the plugin
 | 
					- initial work on the plugin
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -75,7 +75,8 @@ main() {
 | 
				
			|||||||
		tmux set-option -g default-terminal "screen-256color"
 | 
							tmux set-option -g default-terminal "screen-256color"
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	# enable mouse features for terminals that support it
 | 
						# enable all mouse features for terminals that support it
 | 
				
			||||||
 | 
						tmux set-window-option -g mode-mouse on
 | 
				
			||||||
	tmux set-option -g mouse-resize-pane on
 | 
						tmux set-option -g mouse-resize-pane on
 | 
				
			||||||
	tmux set-option -g mouse-select-pane on
 | 
						tmux set-option -g mouse-select-pane on
 | 
				
			||||||
	tmux set-option -g mouse-select-window on
 | 
						tmux set-option -g mouse-select-window on
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user