summaryrefslogtreecommitdiffstats
path: root/src/key_command/constants.rs
diff options
context:
space:
mode:
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 8dd60ed..68b99d2 100644
--- a/src/key_command/constants.rs
+++ b/src/key_command/constants.rs
@@ -69,6 +69,7 @@ cmd_constants![
(CMD_TAB_SWITCH, "tab_switch"),
(CMD_TAB_SWITCH_INDEX, "tab_switch_index"),
(CMD_TOGGLE_HIDDEN, "toggle_hidden"),
+ (CMD_TOGGLE_VISUAL, "toggle_visual"),
(CMD_SWITCH_LINE_NUMBERS, "line_nums"),
(CMD_TOUCH_FILE, "touch"),
(CMD_HELP, "help"),
@@ -77,6 +78,7 @@ cmd_constants![
(CMD_ZOXIDE, "z"),
(CMD_ZOXIDE_INTERACTIVE, "zi"),
(CMD_FLAT, "flat"),
+ (CMD_ESCAPE, "escape"),
];
pub fn complete_command(partial_command: &str) -> Vec<Pair> {