added zoxide, allowed proper backspacing in zsh
This commit is contained in:
		
							parent
							
								
									090ba124d0
								
							
						
					
					
						commit
						acb21f084f
					
				
					 3 changed files with 11 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -174,6 +174,7 @@ keymap = [
 | 
			
		|||
	{ on = [ "<C-q>" ],       exec = "close",          desc = "Cancel input" },
 | 
			
		||||
	{ on = [ "<Enter>" ],     exec = "close --submit", desc = "Submit the input" },
 | 
			
		||||
	{ on = [ "<Esc>" ],       exec = "escape",         desc = "Go back the normal mode, or cancel input" },
 | 
			
		||||
	{ on = [ "<Backspace>" ], exec = "backspace" },
 | 
			
		||||
 | 
			
		||||
	# Mode
 | 
			
		||||
	{ on = [ "i" ], exec = "insert",                              desc = "Enter insert mode" },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue