mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-11-03 22:51:07 +01:00 
			
		
		
		
	Add undo typing for Ctrl keys
This commit is contained in:
		@@ -46,6 +46,7 @@ Ctrl + t : transpose the character before the cursor with the one under the curs
 | 
			
		||||
Ctrl + w : cut the word before the cursor; then Ctrl + y paste it
 | 
			
		||||
Ctrl + u : cut the line before the cursor; then Ctrl + y paste it
 | 
			
		||||
Ctrl + x + Ctrl + e : launch editor define by $EDITOR
 | 
			
		||||
Ctrl + _ : undo typing.
 | 
			
		||||
```
 | 
			
		||||
##### Change case
 | 
			
		||||
```bash
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user