sync delete word between terminal and gui programs
This commit is contained in:
		
							parent
							
								
									cc3a9a7bdf
								
							
						
					
					
						commit
						4df9e90d71
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -109,6 +109,9 @@ config.keys = {
 | 
			
		|||
  --| Copy Mode / Clipboard
 | 
			
		||||
  { key = 'X', mods = 'CTRL', action = act.ActivateCopyMode,                         },
 | 
			
		||||
  { key = 'V', mods = 'CTRL', action = act.PasteFrom 'Clipboard',                    },
 | 
			
		||||
 | 
			
		||||
  --| This lets us unify delete word across programs
 | 
			
		||||
  { key = 'Backspace', mods = 'CTRL', action = act.SendKey {key = 'w', mods = 'CTRL'} },
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
return config
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue