summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_comment.rs
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-10-15 18:29:37 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-10-15 18:29:37 -0400
commit43ed77376645df78d0e1c1e6f5335aa3abeb8a68 (patch)
tree868f1751bd1347c93d8e820a5afa4d231042daae /src/key_command/impl_comment.rs
parent1ead7cd5ecd891598d9b61c0e9e01a2c1c0f27af (diff)
add fzf subdir jumping
Diffstat (limited to 'src/key_command/impl_comment.rs')
-rw-r--r--src/key_command/impl_comment.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/key_command/impl_comment.rs b/src/key_command/impl_comment.rs
index c6bdd1a..90c7a4a 100644
--- a/src/key_command/impl_comment.rs
+++ b/src/key_command/impl_comment.rs
@@ -67,6 +67,8 @@ impl CommandComment for Command {
Self::SearchNext => "Next search entry",
Self::SearchPrev => "Previous search entry",
+ Self::SubdirFzf => "Switch to a child directory via fzf",
+
Self::SelectFiles(_, _) => "Select file",
Self::SetMode => "Set file permissions",
Self::SubProcess(_, false) => "Run a shell command",