Say what you will about Windows, but there are a couple of features of powershell that I found immensely helpful:
- Suggestions for autocompletion: If I type
cd mythen hit CTRL+SPACE, not only do I see the suggested folders starting withmy, but I can navigate in a menu to select one of the alternatives. - Hotkeys work like in a text editor (CTRL+C copies, CTRL+V pastes, holding SHIFT while arrowing selects text, etc)
I have installed powershell on my Linux machine. But obviously the hotkeys don't work because I am still just using gnome-terminal even if I open powershell.
So my question is: Is there a terminal emulator for Linux that have the same features as the powershell terminal for Windows?