nodejs / repl

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

Vi mode support #14

Open gnidan opened 6 years ago

gnidan commented 6 years ago

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!

dionyziz commented 3 years ago

Any interest in pursuing this? It seems that several people have expressed interest in the past couple of years.

dionyziz commented 1 year ago

A couple of years later, and this remains an open issue. Any word on this?

dionyziz commented 5 months ago

Bump!

nounder commented 1 month ago

I join insurmountable @dionyziz in his calls to bring vi mode to readline.