summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_appcommand.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/impl_appcommand.rs')
-rw-r--r--src/key_command/impl_appcommand.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/key_command/impl_appcommand.rs b/src/key_command/impl_appcommand.rs
index 7156f43..bc509af 100644
--- a/src/key_command/impl_appcommand.rs
+++ b/src/key_command/impl_appcommand.rs
@@ -74,6 +74,8 @@ impl AppCommand for Command {
Self::Sort(_) => CMD_SORT,
Self::SortReverse => CMD_SORT_REVERSE,
+ Self::Filter { .. } => CMD_FILTER,
+
Self::SubProcess { spawn: false, .. } => CMD_SUBPROCESS_FOREGROUND,
Self::SubProcess { spawn: true, .. } => CMD_SUBPROCESS_BACKGROUND,
Self::SwitchLineNums(_) => CMD_SWITCH_LINE_NUMBERS,