nodejs / repl

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

Go to start/end of line with Fn left/right #37

Closed caub closed 5 years ago

caub commented 5 years ago

That's a shortcut that works in the default repl, in bash and most editors

I tried to implement it, but couldn't detect Fn there https://github.com/nodejs/repl/blob/master/src/tty.js#L156