Difference between revisions of "Ido"

From WikEmacs
Jump to navigation Jump to search
Line 10: Line 10:
 
= Helpful keybindings =
 
= Helpful keybindings =
  
; {{Keys|C-x C-c}}
+
; {{Keys|C-s}}
: Quit Emacs.
+
: Move to next ido suggestion.
  
; {{CommandKeys|C-x C-s|save-buffer}}
+
; {{Keys|C-s}}
: Save buffer.
+
: Move to previous ido suggestion.
  
 
= Common Customization =
 
= Common Customization =

Revision as of 19:11, 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-s]
Move to next ido suggestion.
[C-s]
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.