mirror of
https://github.com/rzmk/commit-helper.git
synced 2025-12-19 05:29:24 +00:00
✨ feat: vim mode navigation
This commit is contained in:
parent
e6526ec2c7
commit
b4ba17b905
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue