peterh / liner

Pure Go line editor with history, inspired by linenoise
MIT License
1.05k stars 132 forks source link

Ctrl-Left/Right doesn't work on OS X #51

Closed willfaught closed 9 years ago

willfaught commented 9 years ago

That switches Spaces in the OS. Can it be Alt-B/F like in readline?

peterh commented 9 years ago

Thanks for the feature request. Alt-B/Alt-F implemented.