thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

Better cursor movement in insert mode #751

Closed MGlolenstine closed 3 years ago

MGlolenstine commented 3 years ago

It would be great to support keys that Linux(and other OSs), for example

as currently all of the above just type text ;5D;5A;5~ and the BACKSPACE one just deletes one character.

Edit

It'd be amazing to see support for home and end added to the terminal, as currently, they don't do anything, but I used them extensively if I forget something like a sudo or to prepend an ENV variable.

MGlolenstine commented 3 years ago

Somehow it works today. I didn't do anything different, but it just started working. If anyone has any information or idea on why that happened, I'm all ears.

Closing this issue, as it has been solved for now.