mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
search: map ctrl+shift+w to match to end of word, spaces only
This works just like ctrl+w, except that the only space separating characters are whitespaces.
This commit is contained in:
parent
867cac4207
commit
0982210af2
2 changed files with 12 additions and 4 deletions
|
|
@ -124,6 +124,11 @@ available:
|
|||
of the word, or the next word if currently at a word separating
|
||||
character.
|
||||
|
||||
* <kbd>ctrl</kbd>+<kbd>shift</kbd><kbd>w</kbd>
|
||||
|
||||
Same as <kbd>ctrl</kbd>+<kbd>w</kbd>, except that the only word
|
||||
separating characters are whitespace characters.
|
||||
|
||||
* <kbd>escape</kbd>, <kbd>ctrl</kbd>+<kbd>g</kbd>
|
||||
|
||||
Cancel the search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue