mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 07:51:01 +00: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'. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Editor.cpp | ||
| Editor.h | ||
| Span.h | ||
| StringMetrics.h | ||
| Style.h | ||
| SuggestionDisplay.h | ||
| SuggestionManager.cpp | ||
| SuggestionManager.h | ||
| VT.h | ||
| XtermSuggestionDisplay.cpp | ||