changed comment for tmux config.
This commit is contained in:
		
							parent
							
								
									13bd2d6d4c
								
							
						
					
					
						commit
						605434cc18
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,9 +1,10 @@
 | 
				
			||||||
#remap prefix from C-b to alt-j
 | 
					#remap prefix from C-b to alt-a
 | 
				
			||||||
    unbind C-b
 | 
					    unbind C-b
 | 
				
			||||||
    set-option -g prefix M-a
 | 
					    set-option -g prefix M-a
 | 
				
			||||||
    bind-key M-a send-prefix
 | 
					    bind-key M-a send-prefix
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#split panes using | and nd | split-window -h
 | 
					#split panes using | and - 
 | 
				
			||||||
 | 
					    bind | split-window -h
 | 
				
			||||||
    bind - split-window -v
 | 
					    bind - split-window -v
 | 
				
			||||||
    unbind '"'
 | 
					    unbind '"'
 | 
				
			||||||
    unbind %
 | 
					    unbind %
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue