jangko / nim-noise

Nim implementation of linenoise command line editor
MIT License
60 stars 10 forks source link

`ALT + RIGHT_ARROW_KEY` doesn't work on mac #7

Open timotheecour opened 5 years ago

timotheecour commented 5 years ago

RIGHT_ARROW_KEY works but not ALT + RIGHT_ARROW_KEY which prints [C instead of move cursor right by one word

could shift SHIFT + RIGHT_ARROW_KEY be used maybe?

jangko commented 5 years ago

I think we should try to fix it first. Altering the key binding can come next if we cannot fix it