Skip to content

Commit

Permalink
fix: search not working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Apr 26, 2024
1 parent e445779 commit 0c1eb50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions docs/configuration/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,6 @@ You can search with an empty keyword (`""`) via `fd` to achieve flat view.
<video src="https://github.com/sxyazi/yazi/assets/17523360/d2c9df9b-b7ef-41ec-889f-26b2f1117cd0" width="100%" controls muted></video>
</details>

### `jump` {#manager.jump}

| Argument/Option | Description |
| --------------- | ------------------------------------------------ |
| `fzf` | Jump to a directory, or reveal a file using fzf. |
| `zoxide` | Jump to a directory using zoxide. |

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

| Argument/Option | Description |
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const config: Config = {
appId: "MS4XF9Z1OE",
apiKey: "d88c4dc9a8ebab02a753d7d950c61246",
indexName: "yazi-rsio",
contextualSearch: false,
contextualSearch: true,
},
} satisfies Preset.ThemeConfig,

Expand Down

0 comments on commit 0c1eb50

Please sign in to comment.