Difference between revisions of "Ido"
Jump to navigation
Jump to search
(more cleanup) |
|||
Line 17: | Line 17: | ||
= Common Customization = | = Common Customization = | ||
+ | |||
+ | == Enable Fuzzy Matching == | ||
+ | |||
+ | <syntaxhighlight lang="lisp"> | ||
+ | (setq ido-enable-flex-matching t) | ||
+ | </syntaxhighlight> | ||
= See Also = | = See Also = |
Revision as of 19:09, 29 March 2012
Ido is a very convenient way to find files and switch buffers.
Basic setup
(ido-mode)
(ido-everywhere 1)
Helpful keybindings
- [C-x C-c]
- Quit Emacs.
- [C-x C-s] (or M-x save-buffer)
- Save buffer.
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.