nodejs / repl

REPL rewrite for Node.js ✨🐢🚀✨
MIT License
179 stars 25 forks source link

Find a way to print out all completions #4

Closed TimothyGu closed 5 years ago

TimothyGu commented 6 years ago

Repeated tabbing isn't the best way, and we also don't currently have a way to go back up in the list of completions (Shift-Tab).

gnidan commented 6 years ago

Suggestion: ctrl-N / ctrl-P (from Vim)

devsnek commented 5 years ago

you can just press tab now