This is a feature I've been eagerly searching for in a Node REPL.
I have found readline-vim, which provides Vim keybindings support for the readline module, but it doesn't look like this project uses that?
For reference, GNU Readline supports vi mode, as does Python's prompt_toolkit, and Zsh's Zsh Line Editor.
Thanks!