|
|
|
|
|
by xaritas
4779 days ago
|
|
I use emacs but I also dislike the "you can rebind any keys you want, as long as the sequence begins with C-c". As it turns out emacs doesn't user the super key at all (Apple key on Mac keyboards, Windows key [I think?] on Other). You can dramatically increase the number of comfortable chords available to you by taking advantage of this, e.g.:
(global-set-key (kbd "s-l") 'forward-word) |
|
EDIT: If you really want access to a less crowded namespace, using (global-set-key "\C-z" nil) to free up the c-z prefix and binding Hyper are popular.
If you are feeling a little confined, key chord[1] will allow you to get creative with your bindings.
[1] http://www.emacswiki.org/KeyChord