Skip to content

Commit

Permalink
feat: added new options to the `find' command for smart-case/case-ins…
Browse files Browse the repository at this point in the history
…ensitive finding
  • Loading branch information
sxyazi committed Oct 4, 2023
1 parent 92e9b9c commit 134f61e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions usage/configuration/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,17 @@ If you haven't created and used your own configuration file yet, please see: [Co
- `fzf`: Jump to a directory, or reveal a file using fzf.
- `zoxide`: Jump to a directory using zoxide.

- find

- `query`: Optional, the query to find for. If not provided, a interactive UI will be used to input with.
- `--previous`: Find for the previous occurrence.
- `--smart`: Use smart-case when finding, i.e. case-sensitive if the query contains uppercase characters, otherwise case-insensitive.
- `--insensitive`: Use case-insensitive find.

- find_arrow: Move the cursor to the next or previous occurrence.

- `--previous`: Move to the previous occurrence.

- sort

- `by`
Expand Down

0 comments on commit 134f61e

Please sign in to comment.