Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Emacs Key Bindings...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Emacs Key Bindings...
Authored by: ldeck on Mar 25, '02 09:16:47PM

Hi there,

It is also possible to use Emacs Key Bindings for Forward Delete - or at least in Cocoa Apps such as Text Edit and OmniWeb.

*CTRL+d is forward delete one character.
*Unfortunately, Alt+d (i.e., Opt+d or Esc+d) doesn't work for forward deleting by a word as the Option key is bound to other things.

So any Emacs command that works on the Ctrl key should work:
e.g.,
Ctrl+f move forward a character
Ctrl+b move back one character
etc.

Do the Emacs tutorial...



[ Reply to This | # ]