Emacs: Minibuffer
What is Minibuffer
Minibuffer is the area at the bottom where emacs prompt you for some answers. e.g. file name, command name, etc.
Minibuffer Keys
The following are standard keys while in minibuffer.
- 【C-j】
minibuffer-complete-and-exit- 【RET】
exit-minibuffer- 【C-g】
abort-recursive-edit
- 【<up>】
previous-history-element- 【<down>】
next-history-element
- 【M-p】
previous-history-element- 【M-n】
next-history-element
- 【M-s】
next-matching-history-element- 【M-r】
previous-matching-history-element
Reference
Emacs, minibuffer
Emacs Principle
- Emacs: Principle, Command, Keys
- Emacs: Jargons (Glossary)
- Emacs: Mode Line (Status Bar)
- Emacs: Major Mode
- Emacs: Minor Mode
- Emacs Init: Hook
- Emacs: Minibuffer
- Emacs: Messages Buffer
- Emacs: Universal Argument (C-u prefix arg)
- Emacs: Repeat Last Command
- Emacs: Jump to Previous Position
- Emacs: Narrow to Region