mirror of
				https://github.com/KevinMidboe/chsh.git
				synced 2025-10-29 12:30:13 +00:00 
			
		
		
		
	set default tmux terminal to xterm-256color
This commit is contained in:
		@@ -3,6 +3,8 @@ unbind C-b
 | 
			
		||||
set-option -g prefix C-a
 | 
			
		||||
bind-key C-a send-prefix
 | 
			
		||||
 | 
			
		||||
set -g default-terminal "xterm-256color"
 | 
			
		||||
 | 
			
		||||
# switch panes using Alt-arrow without prefix
 | 
			
		||||
bind -n M-Left select-pane -L
 | 
			
		||||
bind -n M-Right select-pane -R
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user