Skip to content

Commit

Permalink
docs: find command does not take a query argument, closes sxyazi/ya…
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Nov 21, 2024
1 parent 9c7d03d commit a077952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/configuration/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,10 @@ desc = "Switch to the flat view with a max depth of 3"

### `find` {#manager.find}

Find files in the current working directory interactively and incrementally.

| Argument/Option | Description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
| `[query]` | Optional, the query to find for. If not provided, an 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. |
Expand Down

0 comments on commit a077952

Please sign in to comment.