tweaked tmux keybinding so that both directions of window splits use the shift key.
This commit is contained in:
		
							parent
							
								
									af819f8ad6
								
							
						
					
					
						commit
						74f32eb2b5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5,9 +5,9 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#split panes using | and - 
 | 
					#split panes using | and - 
 | 
				
			||||||
	unbind '|'
 | 
						unbind '|'
 | 
				
			||||||
	unbind '-'
 | 
						unbind '_'
 | 
				
			||||||
    bind | split-window -h
 | 
					    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