alacritty: add missing SearchPrevious bind
This commit is contained in:
		
							parent
							
								
									ac6a8dde52
								
							
						
					
					
						commit
						83ffaf9ee6
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
					@ -116,6 +116,12 @@ in
 | 
				
			||||||
            mode = "Vi|~Search";
 | 
					            mode = "Vi|~Search";
 | 
				
			||||||
            action = "SearchNext";
 | 
					            action = "SearchNext";
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
 | 
					          {
 | 
				
			||||||
 | 
					            key = lib.toUpper key.next;
 | 
				
			||||||
 | 
					            mods = "Shift";
 | 
				
			||||||
 | 
					            mode = "Vi|~Search";
 | 
				
			||||||
 | 
					            action = "SearchPrevious";
 | 
				
			||||||
 | 
					          }
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            key = "Up";
 | 
					            key = "Up";
 | 
				
			||||||
            mods = "Control|Shift";
 | 
					            mods = "Control|Shift";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue