49.3.4 Minibuffer Keymaps
The minibuffer has its own set of local keymaps; they contain various completion and exit commands.
minibuffer-local-mapis used for ordinary input (no completion).minibuffer-local-ns-mapis similar, except thatSPCexits just likeRET.minibuffer-local-completion-mapis for permissive completion.minibuffer-local-must-match-mapis for strict completion and for cautious completion.minibuffer-local-filename-completion-mapandminibuffer-local-filename-must-match-mapare like the two previous ones, but they are specifically for file name completion. They do not bindSPC.