Mercurial > dotfiles
diff .elisp/settings/90.keybindings.el @ 168:efe94205bf07
emacs: bind f3 to next-error
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 16 Dec 2009 10:30:15 -0600 |
parents | e30655eb7050 |
children | 70dcdb2acade |
line wrap: on
line diff
--- a/.elisp/settings/90.keybindings.el +++ b/.elisp/settings/90.keybindings.el @@ -18,6 +18,8 @@ (global-set-key [(meta m)] 'iconify-or-deiconify-frame) (global-set-key [(control backspace)] 'kill-word) +(global-set-key [f3] 'next-error) + ;; M-j for jump to function definition (global-set-key [(meta j)] 'textmate-goto-symbol)