Difference between revisions of "Ido"
Jump to navigation
Jump to search
(→Helpful keybindings: move-to-previous was wrong) |
|||
Line 13: | Line 13: | ||
: Move to next ido suggestion. | : Move to next ido suggestion. | ||
− | ; {{Keys|C- | + | ; {{Keys|C-r}} |
: Move to previous ido suggestion. | : Move to previous ido suggestion. | ||
Revision as of 03:14, 30 March 2012
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
Project Pages
Tutorial Pages
- Emacs as commit message editor
- Tips for setting up Emacs as Bazaar commit editor.