Mercurial > dotfiles
comparison .emacs @ 65:5c25d3dc29ab
A couple more keybindings for emacs.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 30 Mar 2009 08:09:48 -0500 |
parents | d6ea7c108453 |
children | fd369b708cbe |
comparison
equal
deleted
inserted
replaced
64:f743e87cc3cf | 65:5c25d3dc29ab |
---|---|
130 ; Sometimes C-h is what Backspace sends in a terminal, and I never use C-h | 130 ; Sometimes C-h is what Backspace sends in a terminal, and I never use C-h |
131 (global-set-key "\C-h" 'backward-delete-char-untabify) | 131 (global-set-key "\C-h" 'backward-delete-char-untabify) |
132 ; M-t is what I want for the textmate file finding | 132 ; M-t is what I want for the textmate file finding |
133 (global-set-key [(meta t)] 'textmate-goto-file) | 133 (global-set-key [(meta t)] 'textmate-goto-file) |
134 (global-set-key [(meta z)] 'textmate-find-in-project-type) | 134 (global-set-key [(meta z)] 'textmate-find-in-project-type) |
135 (global-set-key [(meta m)] 'iconify-or-deiconify-frame) | |
136 (global-set-key [(control backspace)] 'kill-word) |