Reputation: 14549
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
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