Difference between revisions of "Ido"
Jump to navigation
Jump to search
(Package template added) |
|||
Line 1: | Line 1: | ||
+ | {{Package | ||
+ | |name=Ido | ||
+ | |description=Interactive Do [[MiniBuffer]] Enhancement | ||
+ | |maintainer=[[FSF]] | ||
+ | |in_emacs=yes | ||
+ | |Development status=active | ||
+ | }} | ||
+ | |||
'''Ido''' - Interactively do things is a very convenient way to find files and switch buffers. | '''Ido''' - Interactively do things is a very convenient way to find files and switch buffers. | ||
Revision as of 13:41, 30 March 2012
Description | Interactive Do MiniBuffer Enhancement |
---|---|
Author | name of author |
Maintainer | FSF |
Source | no link provided |
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
Project Pages
Tutorial Pages
- Emacs as commit message editor
- Tips for setting up Emacs as Bazaar commit editor.