From 9453ea80418aec8cc5fe0472b71bee1ad786164d Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 4 Oct 2023 14:49:45 +0800 Subject: [PATCH] feat: added new options to the `find' command for smart-case/case-insensitive finding --- usage/configuration/keymap.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/usage/configuration/keymap.md b/usage/configuration/keymap.md index dc9e9cfc6..8a903162a 100644 --- a/usage/configuration/keymap.md +++ b/usage/configuration/keymap.md @@ -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 string to find for. If not provided, the interactive UI will be used to input the query string. + - `--previous`: Search for the previous occurrence. + - `--smart`: Use smart case when searching, i.e. case-sensitive if the query string 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`