From fe3308c75da696b37c970c12ef9cefe942fa8377 Mon Sep 17 00:00:00 2001 From: sushi-shi <47691267+sushi-shi@users.noreply.github.com> Date: Wed, 23 Feb 2022 20:39:46 +0300 Subject: Add incremental search (#140) --- src/key_command/impl_comment.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/key_command/impl_comment.rs') diff --git a/src/key_command/impl_comment.rs b/src/key_command/impl_comment.rs index 11265d9..9db7cec 100644 --- a/src/key_command/impl_comment.rs +++ b/src/key_command/impl_comment.rs @@ -68,6 +68,7 @@ impl CommandComment for Command { Self::RenameFilePrepend => "Rename a file", Self::SearchString(_) => "Search", + Self::SearchIncremental(_) => "Search as you type", Self::SearchGlob(_) => "Search with globbing", Self::SearchFzf => "Search via fzf", Self::SearchNext => "Next search entry", -- cgit v1.2.3