Some Gnome-Terminal Shortcuts in Command Prompt
- June 1st, 2010
- Write comment
Ever since I started using Ubuntu, I began liking the terminal. I got used to many keyboard shortcuts that make my experience a lot more enjoyable. Now, my current job requires me to use Command Prompt in Windows. No biggy, I like the terminal.
I figured it would be the same thing as in Ubuntu, but as I pressed Ctrl + l ( clears the screen ) …
C:\^L^L^L
I pressed it a lot of times…. I panicked! I told myself to relax and try something else so I pressed Ctrl + p and Ctrl + n ( previous and next command )…
C:\^N^P^N^N^N^N^N
” I can’t work like this! “, I said to myself. So I tried to find an alternative , but I didn’t find any. Luckily, I found the tools to create this alternative.
Using AutoHotkey I was able to create the proper bindings so that Command Prompt acted the way I wanted to.
Do not conform people. Anyways below or the links to the source and executable. If you choose to download the executable, no installation is needed. All you have to do is run the program and it starts running in the background. I would suggest putting this puppy in the startup folder. Otherwise, if you get the source, you will need to install AutoHotkey. As always suggestions are highly encouraged. Enjoy
Source
Executable
Binding’s List:
ctrl+l: clears screenctrl+p: shows previous typed commandctrl+n: shows next typed commandctrl+r: has the same effect as F8, partially type a command in your command history and press F8 and the rest of the command will be entered for you. I know I like it too.ctrl+shift+v: Simply pastes whatever was in the clipboard. Credit Given to: Huw Waltersctrl+shift+c: Initiates ‘mark’ so that you can select and copy to clipboardctrl+d: exits Command Prompt