From 19b459daf124ac70c43990d9d53cc5852385bcd2 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Fri, 16 Aug 2024 19:00:08 +0800 Subject: [PATCH] docs: remove nightly version requirement for some features --- docs/configuration/keymap.md | 2 +- docs/configuration/yazi.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/keymap.md b/docs/configuration/keymap.md index c4a99025..39200535 100644 --- a/docs/configuration/keymap.md +++ b/docs/configuration/keymap.md @@ -368,7 +368,7 @@ You can search with an empty keyword (`""`) via `fd` to achieve flat view. -Or bind a key to the `search_do` command to quickly switch to the flat view (Nightly version required): +Or bind a key to the `search_do` command to quickly switch to the flat view: ```toml [[manager.prepend_keymap]] diff --git a/docs/configuration/yazi.md b/docs/configuration/yazi.md index 858373aa..470fb064 100644 --- a/docs/configuration/yazi.md +++ b/docs/configuration/yazi.md @@ -132,7 +132,7 @@ The terminal title format, which is a string with the following placeholders ava - `{cwd}` - current working directory -If you don't want Yazi to automatically update the title, set it to an empty string (`""`). Nightly version of Yazi is required at the moment. +If you don't want Yazi to automatically update the title, set it to an empty string (`""`). ## [preview] {#preview}