rain-1 / linenoise-mob

A small self-contained alternative to readline and libedit
BSD 2-Clause "Simplified" License
66 stars 10 forks source link

Implementing forward\backward a word thorugh ctrl-<arrow> #41

Closed palikar closed 5 years ago

palikar commented 5 years ago

The functions for jumping a word forward\backward were already there. I just added the functionality for them to be called with Ctrl-left-arrow and Ctrl-right-arrow. This is standard in GNU readline and I kinda can't live without it.

rain-1 commented 5 years ago

thanks!