summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_comment.rs
diff options
context:
space:
mode:
authorsushi-shi <47691267+sushi-shi@users.noreply.github.com>2022-02-23 20:39:46 +0300
committerGitHub <noreply@github.com>2022-02-23 12:39:46 -0500
commitfe3308c75da696b37c970c12ef9cefe942fa8377 (patch)
treeb4baefda219918cd9603b7dc3e1d2ab222eb28c1 /src/key_command/impl_comment.rs
parent1a78bb897a191ce5e816bf690be52ec03222369f (diff)
Add incremental search (#140)
Diffstat (limited to 'src/key_command/impl_comment.rs')
-rw-r--r--src/key_command/impl_comment.rs1
1 files changed, 1 insertions, 0 deletions
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",