From 147cc8fce29c6dbc333691f75bb3ba609ba41186 Mon Sep 17 00:00:00 2001
From: David Rothlisberger
Date: Sun, 15 Apr 2012 09:42:06 +0100
Subject: [PATCH] To open a directory at the 'ido-find-file' prompt press
'C-d'.
Thanks to Rolando for the tip.
---
customize_general.haml | 4 ++--
customize_general.html | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/customize_general.haml b/customize_general.haml
index f6fe85c..433c601 100644
--- a/customize_general.haml
+++ b/customize_general.haml
@@ -28,8 +28,8 @@ order, is displayed in the minibuffer; `` and `` (or `C-s` and
`C-r`) navigate amongst the matches. If nothing matches, after a brief
(and configurable) pause `ido` can search previously-used directories.
-Because `RET` opens the first matching file, to actually open a directory
-you'll have to use `C-f` (at the `ido-find-file` prompt) to drop back into
+Because `RET` opens the first matching file, to open a directory you'll have to
+use `C-d`. Or you could use `C-f` (at the `ido-find-file` prompt) to drop into
normal `find-file`.
`ido` ships with Emacs but isn't present at all in the manual; read the online
diff --git a/customize_general.html b/customize_general.html
index 6d9afe5..55cfe80 100644
--- a/customize_general.html
+++ b/customize_general.html
@@ -13,7 +13,7 @@
How to learn Emacs
By David Röthlisberger.
Comments welcome at david@rothlis.net.
- Last updated 8 Apr 2012.
+ Last updated 14 Apr 2012.
@@ -81,8 +81,8 @@
ido-mode
C-r
) navigate amongst the matches. If nothing matches, after a brief
(and configurable) pause
ido
can search previously-used directories.
-
Because RET
opens the first matching file, to actually open a directory
-you’ll have to use C-f
(at the ido-find-file
prompt) to drop back into
+
Because RET
opens the first matching file, to open a directory you’ll have to
+use C-d
. Or you could use C-f
(at the ido-find-file
prompt) to drop into
normal find-file
.
ido
ships with Emacs but isn’t present at all in the manual; read the online