unlimited icon indicating copy to clipboard operation
unlimited copied to clipboard

How to search for text?

Open avi-cenna opened this issue 4 months ago • 2 comments

This is a cool project. Unfortunately I'm not sure how to search for text within a file. I tried pressing F1 to look at the help page, but didn't see it. Also, I was unable to scroll the F1 help page (not sure if there is a special keybinding for that).

avi-cenna avatar Feb 25 '24 21:02 avi-cenna

Hi,

The F1 help pop-up is not up-to-date. It is more like a floating window test.

The search/find is currently hardcoded as ctrl+f (interactive find):

  • any char -> build the search string
  • right/down -> next match
  • left/up -> previous match
  • ctrl+q or esc to quit

I will update the doc/welcome screen. For more key, see default_input_map.json

carl-erwin avatar Feb 26 '24 15:02 carl-erwin

The master branch was slightly updated in https://github.com/carl-erwin/unlimited/commit/3313d46223a5bd2abb0b5269cbce75814a2ec3ec

carl-erwin avatar Feb 27 '24 15:02 carl-erwin