tmux: revert to ctr+t
This commit is contained in:
		
							parent
							
								
									70c4247add
								
							
						
					
					
						commit
						d3da96ba3d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
unbind C-b
 | 
					unbind C-b
 | 
				
			||||||
bind C-g send-prefix
 | 
					bind C-t send-prefix
 | 
				
			||||||
bind v split-window -h
 | 
					bind v split-window -h
 | 
				
			||||||
bind s split-window -v
 | 
					bind s split-window -v
 | 
				
			||||||
bind h select-pane -L
 | 
					bind h select-pane -L
 | 
				
			||||||
| 
						 | 
					@ -9,7 +9,7 @@ bind l select-pane -R
 | 
				
			||||||
bind t command-prompt -p "attach pane to:"  "join-pane -t '%%'"
 | 
					bind t command-prompt -p "attach pane to:"  "join-pane -t '%%'"
 | 
				
			||||||
bind y command-prompt break-pane
 | 
					bind y command-prompt break-pane
 | 
				
			||||||
bind N new-session
 | 
					bind N new-session
 | 
				
			||||||
set -g prefix C-g
 | 
					set -g prefix C-t
 | 
				
			||||||
set -g mode-keys "vi"
 | 
					set -g mode-keys "vi"
 | 
				
			||||||
set -g escape-time "0"
 | 
					set -g escape-time "0"
 | 
				
			||||||
set -g history-limit "10000"
 | 
					set -g history-limit "10000"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue