mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 18:06:56 +02:00
It backward-deletes a word like Ctrl-W, but it has a slightly different definition of what a word is. For example, with the caret behind `gcc -fsanitize=address`, Ctrl-W would delete '-fsanitize=address' but Alt-backspace would only delete 'address'.