[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: emacs



Andrew D Dixon <andrew.dixon@seranoa.com> writes:

> HI All, Does anyone know how to change the keybindings in emacs?
> Specifically I'd like to make my Backspace key delete the character
> before the cursor (seems like a natural thing to me) instead of what
> it's doing now (which is being wierd).

Put in your ~/.emacs:

(global-set-key "\C-h" 'delete-backward-char)

-Anthony



Reply to: