summaryrefslogtreecommitdiffstats
path: root/src/key_command/constants.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/constants.rs
parent1ead7cd5ecd891598d9b61c0e9e01a2c1c0f27af (diff)
add fzf subdir jumping
Diffstat (limited to 'src/key_command/constants.rs')
-rw-r--r--src/key_command/constants.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/key_command/constants.rs b/src/key_command/constants.rs
index 04b0d4e..2738d47 100644
--- a/src/key_command/constants.rs
+++ b/src/key_command/constants.rs
@@ -40,6 +40,8 @@ pub const CMD_SEARCH_FZF: &str = "search_fzf";
pub const CMD_SEARCH_NEXT: &str = "search_next";
pub const CMD_SEARCH_PREV: &str = "search_prev";
+pub const CMD_SUBDIR_FZF: &str = "subdir_fzf";
+
pub const CMD_SELECT_FILES: &str = "select";
pub const CMD_SET_MODE: &str = "set_mode";
pub const CMD_SORT: &str = "sort";