summaryrefslogtreecommitdiffstats
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r--src/commands/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs
index 4f270ea..0bf83ae 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -3,6 +3,7 @@ pub mod change_directory;
pub mod command_line;
pub mod cursor_move;
pub mod delete_files;
+pub mod escape;
pub mod file_ops;
pub mod flat;
pub mod line_nums;
@@ -28,4 +29,5 @@ pub mod sub_process;
pub mod subdir_fzf;
pub mod tab_ops;
pub mod touch_file;
+pub mod uimodes;
pub mod zoxide;