Skip to content
Advertisement

Ctrl+backtick not working in Linux based terminals [closed]

The keyboard shortcut Ctrl+` (Ctrl+backtick) doesn’t work in Linux based terminals like urxvt, gnome-terminal, xfce-terminal, Git Bash on Windows, etc.

Is this a bug or a feature?

All other applications like Emacs and VS Code accept this keybinding.

Advertisement

Answer

Following keybinding works for my xterm/ubuntu:

JavaScript

With some adaptation, it should work for urxvt and xfce-terminal.

Update

For xfce4-terminal, you can put following line in ~/.config/xfce4/terminal/accels.scm

JavaScript

So that Ctrl-` will paste.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement