added directional split commands to zellij
This commit is contained in:
		
							parent
							
								
									f73088291f
								
							
						
					
					
						commit
						29a4983664
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -148,6 +148,8 @@ keybinds clear-defaults=true{
 | 
				
			||||||
        bind "Alt g" { SwitchToMode "Locked"; }
 | 
					        bind "Alt g" { SwitchToMode "Locked"; }
 | 
				
			||||||
        bind "Alt q" { Quit; }
 | 
					        bind "Alt q" { Quit; }
 | 
				
			||||||
        bind "Alt n" { NewPane; }
 | 
					        bind "Alt n" { NewPane; }
 | 
				
			||||||
 | 
					        bind "Alt _" { NewPane "Down"; }
 | 
				
			||||||
 | 
					        bind "Alt |" { NewPane "Right"; }
 | 
				
			||||||
        bind "Alt h" "Alt Left" { MoveFocusOrTab "Left"; }
 | 
					        bind "Alt h" "Alt Left" { MoveFocusOrTab "Left"; }
 | 
				
			||||||
        bind "Alt l" "Alt Right" { MoveFocusOrTab "Right"; }
 | 
					        bind "Alt l" "Alt Right" { MoveFocusOrTab "Right"; }
 | 
				
			||||||
        bind "Alt j" "Alt Down" { MoveFocus "Down"; }
 | 
					        bind "Alt j" "Alt Down" { MoveFocus "Down"; }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue