Closed Samyak2 closed 2 years ago
A shortcut to delete the last typed word would be nice. ctrl-w and ctrl-backspace can be used for this.
TODO
Suggestion from reddit: https://www.reddit.com/r/unixporn/comments/tw84a3/comment/i3endiw/
ctrl-backspace cannot be implemented because termion only supports a char with the ctrl modifier. Using ctrl-w for now.
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/