fix: replace unnecessary memmove, add more documentation for new keybinding.

Ref: #1972, #1983
This commit is contained in:
Adrian fxj9a 2025-03-05 08:35:43 +01:00
parent ff058c5611
commit 86037f7d83
No known key found for this signature in database
GPG key ID: FA1E6994A87D434E
2 changed files with 7 additions and 5 deletions

View file

@ -1401,6 +1401,12 @@ scrollback search mode. The syntax is exactly the same as the regular
Deletes the **word after** the cursor. Default: _Mod1+d
Control+Delete_.
*delete-to-start*
Deletes search input before the cursor. Default: _Ctrl+u_.
*delete-to-end*
Deletes search input after the cursor. Default: _Ctrl+k_.
*extend-char*
Extend current selection to the right, by one character. Default:
_Shift+Right_.