peterh / liner

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

Add key binding Alt+BackSpace to delete word leading up to cursor. #117

Closed linuxerwang closed 5 years ago

linuxerwang commented 5 years ago

Alt+BackSpace is the default key binding in bash to delete word leading up to cursor.

peterh commented 5 years ago

I added Windows support and pushed. Thanks for the patch.

linuxerwang commented 5 years ago

Cool, thank you so much!