qutebrowser: fix carret mode movement
This commit is contained in:
		
							parent
							
								
									7a670b3aad
								
							
						
					
					
						commit
						1944bda13c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -50,8 +50,8 @@ in
 | 
				
			||||||
        caret = {
 | 
					        caret = {
 | 
				
			||||||
          # basic movent
 | 
					          # basic movent
 | 
				
			||||||
          "${key.left}" = "move-to-prev-char";
 | 
					          "${key.left}" = "move-to-prev-char";
 | 
				
			||||||
          "${key.down}" = "move-to-prev-line";
 | 
					          "${key.down}" = "move-to-next-line";
 | 
				
			||||||
          "${key.up}" = "move-to-next-line";
 | 
					          "${key.up}" = "move-to-prev-line";
 | 
				
			||||||
          "${key.right}" = "move-to-next-char";
 | 
					          "${key.right}" = "move-to-next-char";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          "${key.insertMode}" = "mode-enter insert";
 | 
					          "${key.insertMode}" = "mode-enter insert";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue