Difference between revisions of "Ido"
Jump to navigation
Jump to search
(cleanup) |
|||
Line 1: | Line 1: | ||
'''Ido''' is a very convenient way to find files and switch buffers. | '''Ido''' is a very convenient way to find files and switch buffers. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Basic setup = | = Basic setup = | ||
Line 16: | Line 7: | ||
(ido-everywhere 1) | (ido-everywhere 1) | ||
</source> | </source> | ||
− | |||
= Helpful keybindings = | = Helpful keybindings = | ||
Line 26: | Line 16: | ||
: Save buffer. | : Save buffer. | ||
− | |||
= Common Customization = | = Common Customization = | ||
− | |||
== Customization 1 == | == Customization 1 == | ||
Line 40: | Line 28: | ||
</source> | </source> | ||
− | + | = See Also = | |
− | |||
− | |||
− | = | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Project Pages = | = Project Pages = | ||
* [http://bazaar.canonical.com/en/ Bazaar] | * [http://bazaar.canonical.com/en/ Bazaar] | ||
* [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide] | * [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide] | ||
− | |||
− | |||
= Tutorial Pages = | = Tutorial Pages = | ||
Line 111: | Line 38: | ||
:Tips for setting up Emacs as Bazaar commit editor. | :Tips for setting up Emacs as Bazaar commit editor. | ||
− | + | [[Category:Completion]] [[Category:MiniBuffer]] | |
− | |||
− | |||
− | [[Category:Completion]] |
Revision as of 19:00, 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
Customization 1
(message "This stuff will go in your .emacs")
Customization 2
(message "You can also do this customization")
See Also
Project Pages
Tutorial Pages
- Emacs as commit message editor
- Tips for setting up Emacs as Bazaar commit editor.