I'm wondering how difficult it would be to change the behavior of the Control+Backspace hotkey to do as I can in other editors and delete the last word up till the first non-word character. Currently the behavior is Control+Backspace reinserts the last word from the previous sent command.
Some programs also will use Alt+Backspace for this, but Mushclient currently has that recall the full command previously sent as well.
I saw some functions to get the current text in the input field, and of course there's Regex to find the last word to know at least how much to chop from the end of the string. I just wasn't sure if that's the expected route to go, or if I missed some input config to change this behavior.
Some programs also will use Alt+Backspace for this, but Mushclient currently has that recall the full command previously sent as well.
I saw some functions to get the current text in the input field, and of course there's Regex to find the last word to know at least how much to chop from the end of the string. I just wasn't sure if that's the expected route to go, or if I missed some input config to change this behavior.