diff --git a/src/main.rs b/src/main.rs index 518955c..4dda7b4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -37,6 +37,7 @@ fn main() { // Prompt for the commit type let selected_type: Result = Select::new("Type:", commit_type_options) .with_formatter(formatter) + .with_vim_mode(true) .prompt(); // Get the name of the selected commit type