comparison .elisp/settings/90.keybindings.el @ 177:70dcdb2acade

emacs keybindings: f5 for diff-apply-hunk
author Augie Fackler <durin42@gmail.com>
date Wed, 13 Jan 2010 10:27:35 -0600
parents efe94205bf07
children 5dbff8b65be7
comparison
equal deleted inserted replaced
176:842607bbc090 177:70dcdb2acade
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 20
21 (global-set-key [f3] 'next-error) 21 (global-set-key [f3] 'next-error)
22 (global-set-key [f5] 'diff-apply-hunk)
22 23
23 ;; M-j for jump to function definition 24 ;; M-j for jump to function definition
24 (global-set-key [(meta j)] 'textmate-goto-symbol) 25 (global-set-key [(meta j)] 'textmate-goto-symbol)
25 26
26 ;; commit emacs heresy? 27 ;; commit emacs heresy?