Difference between revisions of "Ido"

From WikEmacs
Jump to navigation Jump to search
m
Line 38: Line 38:
  
 
= Project Pages =
 
= Project Pages =
* [http://bazaar.canonical.com/en/ Bazaar]
 
* [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide]
 
  
 
= Tutorial Pages =
 
= Tutorial Pages =

Revision as of 13:55, 30 March 2012

Ido
Description Interactive Do MiniBuffer Enhancement
Author name of author
Maintainer FSF
Source http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/ido.el
Part of Emacs yes

Ido - Interactively do things is a very convenient way to find files and switch buffers.

Basic setup

(ido-mode)
(ido-everywhere 1)

Helpful keybindings

[C-s]
Move to next ido suggestion.
[C-r]
Move to previous ido suggestion.

Common Customization

Enable Fuzzy Matching

(setq ido-enable-flex-matching t)

See Also

Helm

Project Pages

Tutorial Pages

Emacs as commit message editor
Tips for setting up Emacs as Bazaar commit editor.