emacs keybindings in ubuntu 12.04 [duplicate]
I am trying to get Emacs-like Keybindings in GTK, Firefox, Chrome, etc. I have followed the directions recommended here (and in lots of places) but to no effect.
In other words, I added gtk-key-theme-name = "Emacs"
to my .gtkrc-2.0
, and I also ran gconf-editor
and set /desktop/gnome/interface/gtk_key_theme
to "Emacs". I even rebooted just for good measure.
I am using an ordinary 12.04 install, with Unity 3D as the desktop environment.
Solution 1:
same problem as you. This worked for me:
gsettings set org.gnome.desktop.interface gtk-key-theme "Emacs"
Source: http://situmam.blogspot.com.es/2012/05/emacs-keybidings-in-ubuntu-1204-precise.html