6

On my default 10.04 Ubuntu install I am consistently tripped up by the fact that some UI text areas/input boxes treat CtrlA as "select all" vs. "move my cursor to the beginning of the line." Is there some sort of global conf file that exists for these sorts of things?

I would really like to unify all text input areas to use bash conventions.

1
  • Might get more answers at askubuntu.com Commented May 18, 2011 at 10:43

1 Answer 1

5

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
1
  • Good answer. But, for a number of reasons, you should include enough information from a link to keep your answer useful in the future if the link breaks. I've updated this answer for you, but please keep this in mind in the future. Commented Dec 15, 2011 at 4:13

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.