martanne / dvtm

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.
MIT License
857 stars 106 forks source link

Alt+Backspace does not work in dvtm #59

Open moyiz opened 7 years ago

moyiz commented 7 years ago

Hi, Alt+Backspace (delete word backwards) in bash, does not work with dvtm. I'm using mate-terminal + abduco + dvtm. (I know I can still use Ctrl+w, but I wonder why the specific keybinding does not work anymore) Thanks.

lenormf commented 7 years ago

cc #36

ghost commented 7 years ago

Alt + Backspace is the same as Control + [ then Backspace. And Control + [ is `Escape.

So If I go fast enough, I can do Alt + Backspace with Escape and immediately Backspace.

Can you as well ?

moyiz commented 7 years ago

Yes, both ways work.

cyruseuros commented 4 years ago

Same problem here. Alt + Backspace is a no-go, Escape -> Backspace works. This fix seems to not have worked. Either that, or there has been a regression since.