tmux:hotkeys
This commit is contained in:
		
							parent
							
								
									bd7bf5ed0a
								
							
						
					
					
						commit
						70c4247add
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
unbind C-b
 | 
			
		||||
bind C-t send-prefix
 | 
			
		||||
bind C-g send-prefix
 | 
			
		||||
bind v split-window -h
 | 
			
		||||
bind s split-window -v
 | 
			
		||||
bind h select-pane -L
 | 
			
		||||
| 
						 | 
				
			
			@ -9,11 +9,12 @@ bind l select-pane -R
 | 
			
		|||
bind t command-prompt -p "attach pane to:"  "join-pane -t '%%'"
 | 
			
		||||
bind y command-prompt break-pane
 | 
			
		||||
bind N new-session
 | 
			
		||||
set -g prefix C-t
 | 
			
		||||
set -g prefix C-g
 | 
			
		||||
set -g mode-keys "vi"
 | 
			
		||||
set -g escape-time "0"
 | 
			
		||||
set -g history-limit "10000"
 | 
			
		||||
set -g mouse on
 | 
			
		||||
set -g base-index "1"
 | 
			
		||||
setw -g pane-base-index "1"
 | 
			
		||||
 | 
			
		||||
# newer options, not universally compatible
 | 
			
		||||
set -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue