Hacker News new | ask | show | jobs
by pessimizer 3727 days ago
Where on Linux do Ctrl-c, v, and x not work? I haven't had a problem with them anywhere in a decade. I have largely stuck to Gnome2, MATE, and XFCE, though.
4 comments

The problem with Ctrl C is that it is also the shortcut for SIGINT when the terminal is focused.

Also most terminal emulators will forward all Ctrl combinations directly over the TTY rather than capturing them in the windowing system, so in practice Ctrl-V rarely works in a terminal either. Likewise for Ctrl-W, which is typically bound to backwards-kill-word, etc.

The way it ends up in practice, shortcuts involving the Command key on OSX end up being clearly defined and consistent, because apps typically can't override them.

You need ctrl+shift+c and ctrl+shift+v, etc. in a terminal.
As a die hard Linux fan, I'll admit that it'd be nice if ctrl+left/right worked the same everywhere.

On most editors it moves me one word, on the command line it inserts the control characters.

Same story for ctrl+backspace and ctrl+a.

Ctrl-v doesn't work in lxterminal.

("Paste" is on the right-click menu though.)