2

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 my then hit CTRL+SPACE, not only do I see the suggested folders starting with my, 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?

3
  • Could you possibly mention what Linux you are using? Commented May 20, 2022 at 6:50
  • 3
    ctrl-C send SIGINT to the running process since "the beginning of time". TAB was used for completion since the 1960s. MS Windows command shell adapted TAB key for their completion. Now some people decide to do a similar thing with new key bindings and – hey! – why can't the old people change their habits to switch keys bindings? Strange request. Commented May 20, 2022 at 7:52
  • The learning curve isn't that steep; while one can connect the localhost with puTTY, if it has to be. Commented May 21, 2022 at 4:17

2 Answers 2

4

Ctrl + Shift + C/V are normally used to copy/paste text in the graphical Linux terminal.

For autocompletion you simply press Tab twice.

0
0

Well there is zsh, that handles autocompletion differently to bash, with a list, that can be interacted with.

And also if you like powershell so much, why not install it?

4
  • The OP wrote: "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." Commented May 20, 2022 at 9:41
  • 1
    Sorry I overlooked that. And I also don't understand why that would matter. Commented May 20, 2022 at 15:11
  • 1
    A colleague of mine just introduced me to "oh my zsh" (github.com/ohmyzsh/ohmyzsh), and the auto suggestions plugin and this soothes my desire for the autocompletion Commented May 23, 2022 at 11:14
  • This question asked for a terminal emulator. In Windows, a terminal emulator is provided alongside powershell. However only the shell is provided on other platforms. Commented Aug 8, 2023 at 15:17

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.