feat: add home screen bindings for helix mode
This commit is contained in:
		
							parent
							
								
									fac6e37d00
								
							
						
					
					
						commit
						8b24f28820
					
				
					 1 changed files with 11 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -266,7 +266,6 @@
 | 
			
		|||
            ["ctrl+a", "increment"],
 | 
			
		||||
            ["ctrl+x", "decrement"],
 | 
			
		||||
 | 
			
		||||
            ["ctrl+shift+p", "open_command_palette"],
 | 
			
		||||
            ["ctrl+shift+6", "open_previous_file"],
 | 
			
		||||
 | 
			
		||||
            ["alt+.", "repeat_last_motion"],
 | 
			
		||||
| 
						 | 
				
			
			@ -299,8 +298,6 @@
 | 
			
		|||
            ["alt+u", "undo"],
 | 
			
		||||
    
 | 
			
		||||
            ["alt+,", "remove_primary_selection"],
 | 
			
		||||
 | 
			
		||||
            ["alt+shift+p", "open_command_palette"],
 | 
			
		||||
    
 | 
			
		||||
            ["alt+shift+c", "copy_selection_on_next_line"],
 | 
			
		||||
    
 | 
			
		||||
| 
						 | 
				
			
			@ -506,5 +503,16 @@
 | 
			
		|||
            ["8", "add_count", 8],
 | 
			
		||||
            ["9", "add_count", 9]
 | 
			
		||||
        ]
 | 
			
		||||
    }, 
 | 
			
		||||
    "home": {
 | 
			
		||||
        "on_match_failure": "ignore",
 | 
			
		||||
        "press": [
 | 
			
		||||
            [";", "open_command_palette"],
 | 
			
		||||
            ["shift+;", "open_command_palette"],
 | 
			
		||||
            ["b", "open_keybind_config"],
 | 
			
		||||
            ["j", "home_menu_down"],
 | 
			
		||||
            ["k", "home_menu_up"],
 | 
			
		||||
            ["space", "home_menu_activate"]
 | 
			
		||||
        ]
 | 
			
		||||
    } 
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue