editor icon indicating copy to clipboard operation
editor copied to clipboard

CTRL+A in the search field (and other dialog text fields) should select the text in the text input

Open bziemons opened this issue 2 years ago • 1 comments

Similar to how CTRL+A works across most of the programs I use, I would expect it to select all text in the currently focused text field.

bziemons avatar May 07 '23 10:05 bziemons

Yes, the ZInputBox widget is currently missing selection support. I've opened tuiwidgets/tuiwidgets#3 for tracking the needed work in tui widgets. Likely this only works well if also tuiwidgets/tuiwidgets#4 is implemented.

textshell avatar May 09 '23 21:05 textshell