New query UI features and new option --no-confirm
. The new query UI features are:
- CTRL-C behaves like ESC (turn confirmation off with option
--no-confirm
) - CTRL-S moves forward to the next file in view
- CTRL-W moves back to the previous file in view
- CTRL-X or F3 sets a bookmark at the current position
- CTRL-R or F4 jumps to the bookmark
- CTRL-Y or F2 edits the file in the top view (or under the cursor when in selection mode), requires the
GREP_EDIT
orEDITOR
environment variable to be set; press CTRL-R to return to the position in the view afterward - CTRL-\ gracefully terminates the process (SIGTERM)