Mercurial > dotfiles
comparison .elisp/settings/90.keybindings.el @ 141:e30655eb7050
textmate.el: synced with upstream
Includes discovering that ido-imenu was a better textmate-goto-symbol
and support for excluding files from grepping that are otherwise
tracked in VCS. Useful for symlinks to large trees, and other such things.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 15 Sep 2009 20:28:22 -0400 |
parents | d59b0340a85a |
children | efe94205bf07 |
comparison
equal
deleted
inserted
replaced
140:7fa84e297c84 | 141:e30655eb7050 |
---|---|
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 ;; M-j for jump to function definition | 21 ;; M-j for jump to function definition |
22 (global-set-key [(meta j)] 'ido-imenu) | 22 (global-set-key [(meta j)] 'textmate-goto-symbol) |
23 | 23 |
24 ;; commit emacs heresy? | 24 ;; commit emacs heresy? |
25 (global-set-key [(meta r)] 'execute-extended-command) | 25 (global-set-key [(meta r)] 'execute-extended-command) |
26 | 26 |
27 ;; Mac-like keybindings for undo/cut/copy/paste | 27 ;; Mac-like keybindings for undo/cut/copy/paste |