mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-07-06 19:30:22 +02:00
![]() When typing inside textinput, Ctrl+Left places the cursor at the start of the current word, and Ctrl+Right goes to the start of the next one. Ctrl+Left uses the same code `deleteWord()` function used (which is now split into a separate function), and Ctrl+Right uses similar lookup in the other direction. Implements: https://todo.sr.ht/~rjarry/aerc/231 Signed-off-by: GregTheMadMonk <yagreg7@gmail.com> Tested-by: skejg <grolleman@zoho.com> Acked-by: Robin Jarry <robin@jarry.cc> |
||
---|---|---|
.. | ||
borders.go | ||
box.go | ||
context.go | ||
fill.go | ||
grid.go | ||
interfaces.go | ||
popover.go | ||
stack.go | ||
string.go | ||
tab.go | ||
table.go | ||
text.go | ||
textinput.go | ||
textinput_test.go | ||
ui.go |