Samyak2 / toipe

yet another typing test, but crab flavoured
MIT License
584 stars 31 forks source link

Add shortcut for deleting the last word #18

Closed Samyak2 closed 2 years ago

Samyak2 commented 2 years ago

What and why?

A shortcut to delete the last typed word would be nice. ctrl-w and ctrl-backspace can be used for this.

How?

TODO

Context

Suggestion from reddit: https://www.reddit.com/r/unixporn/comments/tw84a3/comment/i3endiw/

Samyak2 commented 2 years ago

ctrl-backspace cannot be implemented because termion only supports a char with the ctrl modifier. Using ctrl-w for now.