feat: vim mode navigation

This commit is contained in:
atheeq-rhxn 2025-07-08 17:39:08 +05:30
parent e6526ec2c7
commit b4ba17b905

View file

@ -37,6 +37,7 @@ fn main() {
// Prompt for the commit type
let selected_type: Result<CommitType, InquireError> = Select::new("Type:", commit_type_options)
.with_formatter(formatter)
.with_vim_mode(true)
.prompt();
// Get the name of the selected commit type