nuta / nsh

A command-line shell like fish, but POSIX compatible.
906 stars 34 forks source link

Navigating through text #18

Open ghost opened 2 years ago

ghost commented 2 years ago

In other shells like bash or zsh and pretty much any text editor if you press ctrl + left or right arrow key it will go to the next word on that side. In nsh if you press ctrl + an arrow key it doesnt move at all. Its a little quality of life feature I would appreciate being added. If it does get added could you please show me the commit as id like to learn.