Mercurial > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
167:f485c32913cd | 168:efe94205bf07 |
---|---|
15 (global-set-key [(meta p)] 'bounce-to-other-paren) | 15 (global-set-key [(meta p)] 'bounce-to-other-paren) |
16 (global-set-key [(meta control f)] 'textmate-find-in-project-type) | 16 (global-set-key [(meta control f)] 'textmate-find-in-project-type) |
17 (global-set-key [(meta shift f)] 'textmate-find-in-project) | 17 (global-set-key [(meta shift f)] 'textmate-find-in-project) |
18 (global-set-key [(meta m)] 'iconify-or-deiconify-frame) | 18 (global-set-key [(meta m)] 'iconify-or-deiconify-frame) |
19 (global-set-key [(control backspace)] 'kill-word) | 19 (global-set-key [(control backspace)] 'kill-word) |
20 | |
21 (global-set-key [f3] 'next-error) | |
20 | 22 |
21 ;; M-j for jump to function definition | 23 ;; M-j for jump to function definition |
22 (global-set-key [(meta j)] 'textmate-goto-symbol) | 24 (global-set-key [(meta j)] 'textmate-goto-symbol) |
23 | 25 |
24 ;; commit emacs heresy? | 26 ;; commit emacs heresy? |