Ido

From WikEmacs
Revision as of 03:14, 30 March 2012 by 24.191.107.45 (talk) (→‎Helpful keybindings: move-to-previous was wrong)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Ido 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.