From b4ba17b905e74dd73b5570c3d9979ccd9ed67493 Mon Sep 17 00:00:00 2001 From: atheeq-rhxn Date: Tue, 8 Jul 2025 17:39:08 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20vim=20mode=20navigation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 1 + 1 file changed, 1 insertion(+) 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