As I know, when editing a file in Vim, the auto-completion will give a list of possible options for the editor to choose, and Ctrl+p
allows choosing the previous option while Ctrl+n
the next option.
Does anyone know the counterparts, except the arrow keys, when using Atom in vim mode?