Files
ladybird/Userland/Libraries/LibGUI
Ariel Don 8230bf8944 LibGUI: Add Ctrl-H to insert mode
In Vim, Ctrl-H is effectively equivalent to backspace in insert mode, as
it deletes the previous character.

This commit implements method delete_previous_char() to TextEditor.
delete_char() already exists in EditingEngine, but it deletes the
next character rather than the previous. delete_previous_char() is then
called from within VimEditingEngine.
2021-07-20 03:22:28 +02:00
..
2021-07-13 17:54:37 +02:00
2021-05-10 19:09:53 +01:00
2021-04-23 16:46:57 +02:00
2021-06-09 23:05:32 +04:30
2021-04-29 22:23:52 +02:00
2021-06-30 11:12:25 +02:00
2021-06-30 11:12:25 +02:00
2021-07-20 03:22:28 +02:00