2
votes
1answer
55 views

XF86WakeUp keys - where do they come from?

$ head -1 /etc/issue && emacs --version | head -1 Ubuntu 12.04.1 LTS \n \l GNU Emacs 23.3.1 From time to time I get undefined messages in the echo area (that do not show up in buffer ...
8
votes
1answer
1k views

How do I enable Emacs keybindings in Google Chrome?

Can anyone tell me how to enable Emacs keybind on Chrome? I found some links but they are either not clearly mentioning how to do so or not what I want (I don't want external tools to be run for this ...
4
votes
1answer
501 views

How to remap Emacs evil-mode toggle key from Ctrl-Z?

I'd like to remap the toggle key for emacs evil mode. From Ctrl+Z to something that won't confuse me like the CUA bindings (I'd like Ctrl+Alt+`, but I think that terms don't recognize that one). In ...