diff --git a/docs/configuration/keymap.md b/docs/configuration/keymap.md index b1686fee..3028018e 100644 --- a/docs/configuration/keymap.md +++ b/docs/configuration/keymap.md @@ -327,13 +327,6 @@ You can search with an empty keyword (`""`) via `fd` to achieve flat view. -### `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 | diff --git a/docusaurus.config.ts b/docusaurus.config.ts index df52d034..b63357f4 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -123,7 +123,7 @@ const config: Config = { appId: "MS4XF9Z1OE", apiKey: "d88c4dc9a8ebab02a753d7d950c61246", indexName: "yazi-rsio", - contextualSearch: false, + contextualSearch: true, }, } satisfies Preset.ThemeConfig,