making qutebrowser completion keybindings the same
This commit is contained in:
		
							parent
							
								
									0f2d413d57
								
							
						
					
					
						commit
						95687a6d47
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -2423,8 +2423,8 @@ config.bind("o", "set-cmd-text -s :open")
 | 
			
		|||
# config.bind('<Escape>', 'leave-mode', mode='command')
 | 
			
		||||
# config.bind('<Return>', 'command-accept', mode='command')
 | 
			
		||||
# config.bind('<Shift-Delete>', 'completion-item-del', mode='command')
 | 
			
		||||
# config.bind('<Shift-Tab>', 'completion-item-focus prev', mode='command')
 | 
			
		||||
# config.bind('<Tab>', 'completion-item-focus next', mode='command')
 | 
			
		||||
config.bind('<Ctrl-k>', 'completion-item-focus prev', mode='command')
 | 
			
		||||
config.bind('<Ctrl-j>', 'completion-item-focus next', mode='command')
 | 
			
		||||
# config.bind('<Up>', 'completion-item-focus --history prev', mode='command')
 | 
			
		||||
 | 
			
		||||
## Bindings for hint mode
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue