Questions tagged [key-bindings]

4 questions
55
votes
3 answers

Isn't Ctrl-Alt-Delete on Linux *really* dangerous?

Is the default Ctrl-Alt-Delete shutdown -r functionality on Linux systems a dangerous feature? Years ago, when I deployed physical systems with attached keyboards and monitors, I'd sometimes modify the /etc/inittab on Red Hat systems to disable the…
ewwhite
  • 197,159
  • 92
  • 443
  • 809
5
votes
1 answer

Problem with Ctrl tab keybinding in Emacs in gnome-terminal

I want to be able to flip back and forwards between two buffers in Emacs in the same way I can flip between tabs in some other editors. The following Ctrl + TAB key binding works nicely in XEmacs: (defun buffer-shimmy () "Back to the previous…
Tom
  • 4,277
  • 11
  • 42
  • 52
3
votes
1 answer

disabling specific byobu/screen keybindings that conflict with vim keybindings

ctrl + a under byobu has either emacs mode or screen mode. However, I need keybindings like ctrl + a for vim's "increment value" method. How would I prevent byobu/screen from blocking certain keyboard shortcuts? Note: I get that the function…
dan
  • 31
  • 1
  • 2
1
vote
2 answers

How do I configure MySQL command line client key bindings?

I often use the mysql command-line client on an Ubuntu box. It works fine, except that the key bindings are wrong. Specifically, pressing "Home", "End", or "Delete" makes it output a ~ (tilde) character, and beep. I've determined that Home/End can…
Will Martin
  • 2,431
  • 5
  • 19
  • 18