Added C-a prefix for nested tmux sessions
This commit is contained in:
		@@ -8,6 +8,9 @@ unbind C-b
 | 
			
		||||
set-option -g prefix C-a
 | 
			
		||||
bind-key C-a send-prefix
 | 
			
		||||
 | 
			
		||||
# Use C-b to send prefix twice so it acts on nested session
 | 
			
		||||
bind-key -n C-b send-prefix
 | 
			
		||||
 | 
			
		||||
# split panes using | and -
 | 
			
		||||
bind | split-window -h
 | 
			
		||||
bind - split-window -v
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user