Daniel Compton
Daniel Compton

Reputation: 14549

How can I select emacs autocomplete options with keyboard (not arrow keys)

I am wanting to choose from emacs autocomplete options without using the arrow keys. In vim this would be accomplished with Ctrl-n and Ctrl-p but doing the same in emacs moves me to the next line. Is there a keyboard shortcut I can use to do this? I know I could probably make a keybinding for this myself but I wanted to know if there was something idiomatic already there.

Upvotes: 3

Views: 843

Answers (1)

user2053036
user2053036

Reputation:

In auto-complete you can select next candidates using M-n and previous candidates using M-p. Here is a link to the manual

Upvotes: 3

Related Questions