feat: add goto_offset keybind "b" in goto mini mode
This effectively makes `ctrl+g b` the goto_offset keybinding.
This commit is contained in:
		
							parent
							
								
									30a457158c
								
							
						
					
					
						commit
						7c5a22c959
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -341,6 +341,7 @@
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "mini/numeric": {
 | 
					    "mini/numeric": {
 | 
				
			||||||
        "press": [
 | 
					        "press": [
 | 
				
			||||||
 | 
					            ["b", "goto_offset"],
 | 
				
			||||||
            ["ctrl+q", "quit"],
 | 
					            ["ctrl+q", "quit"],
 | 
				
			||||||
            ["ctrl+v", "system_paste"],
 | 
					            ["ctrl+v", "system_paste"],
 | 
				
			||||||
            ["ctrl+u", "mini_mode_reset"],
 | 
					            ["ctrl+u", "mini_mode_reset"],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue