Skip to main content
added 134 characters in body
Source Link
Kevin
  • 41.7k
  • 17
  • 91
  • 113

Those are Emacs keybindings, and you can enable them for Gtk applications.

echo 'gtk-key-theme-name = "Emacs"' >>~/.gtkrc-2.0
gconftool -t string --set /desktop/gnome/interface/gtk_key_theme Emacs

Those are Emacs keybindings, and you can enable them for Gtk applications.

Those are Emacs keybindings, and you can enable them for Gtk applications.

echo 'gtk-key-theme-name = "Emacs"' >>~/.gtkrc-2.0
gconftool -t string --set /desktop/gnome/interface/gtk_key_theme Emacs
Source Link
JanC
  • 1.4k
  • 7
  • 8

Those are Emacs keybindings, and you can enable them for Gtk applications.