[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs keyboard command
From: |
Steve Allan |
Subject: |
Re: Emacs keyboard command |
Date: |
Tue, 25 Jul 2006 16:42:24 -0700 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/22.0.50 (windows-nt) |
"mailpitches@email.com" <mailpitches@email.com> writes:
>I'm looking for a specific keyboard command.
>
>When you hit C-X C-F to Find file, you are presented with a default
>path such as ~/dir/blah. Is there a key command to travel backwards by
>directory, so that I can press this key command and immediately get
>~dir/ without having to hit delete four times?
Try backward-kill-word, which is bound to M-<backspace> in my version
of Emacs. I think that'll do what you want.
--
-- Steve