mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
LibLine: Add internal function to erase consecutive spaces under cursor
This commit is contained in:
parent
7f2582fca9
commit
cb02d52ac9
3 changed files with 19 additions and 0 deletions
|
@ -127,6 +127,7 @@ struct Configuration {
|
|||
M(insert_last_erased) \
|
||||
M(erase_alnum_word_backwards) \
|
||||
M(erase_alnum_word_forwards) \
|
||||
M(erase_spaces) \
|
||||
M(capitalize_word) \
|
||||
M(lowercase_word) \
|
||||
M(uppercase_word) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue