mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-01 01:42:17 +08:00 
			
		
		
		
	Fixed a couple tiny typos in the readme
Also added a shortcut I saw in the config.
This commit is contained in:
		
				
					committed by
					
						 John Sumsion
						John Sumsion
					
				
			
			
				
	
			
			
			
						parent
						
							5c20bbb08d
						
					
				
				
					commit
					ed42db82f6
				
			| @@ -8,7 +8,7 @@ Cmder is a **software package** created out of pure frustration over absence of | |||||||
|  |  | ||||||
| ## Why use it | ## Why use it | ||||||
|  |  | ||||||
| The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies. That makes is great for **USB Sticks** or **Dropbox**. So you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere. | The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies. That makes it great for **USB Sticks** or **Dropbox**. So you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere. | ||||||
|  |  | ||||||
| ## Installation | ## Installation | ||||||
|  |  | ||||||
| @@ -25,13 +25,14 @@ The main advantage of Cmder is portability. It is designed to be totally self-co | |||||||
|  |  | ||||||
| * `Ctrl + t` : new tab dialog (maybe you want to open cmd as admin?) | * `Ctrl + t` : new tab dialog (maybe you want to open cmd as admin?) | ||||||
| * `Ctrl + w` : close tab | * `Ctrl + w` : close tab | ||||||
|  | * `Ctrl + d` : close tab (if pressed on empty command) | ||||||
| * `Ctrl + alt + number` : fast new tab: `1` - CMD, `2` - Powershell `*` - More to come | * `Ctrl + alt + number` : fast new tab: `1` - CMD, `2` - Powershell `*` - More to come | ||||||
| * `Alt + enter`: Fullscreen | * `Alt + enter`: Fullscreen | ||||||
|  |  | ||||||
| ### Shell | ### Shell | ||||||
|  |  | ||||||
| * `Shift + Up` : Traverse up in directory structure (lovely feature!) | * `Shift + Up` : Traverse up in directory structure (lovely feature!) | ||||||
| * `End, Home, ctrl` : Traversing text with as usual on Windows | * `End, Home, Ctrl` : Traversing text with as usual on Windows | ||||||
| * `Ctrl + r` : History search | * `Ctrl + r` : History search | ||||||
| * `Shift + mouse` : Select and copy text from buffer | * `Shift + mouse` : Select and copy text from buffer | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user