mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
feat: use vim mode in select
This commit is contained in:
parent
0ef6ea1ff9
commit
29c79a5638
2 changed files with 3 additions and 1 deletions
|
|
@ -121,6 +121,7 @@ pub fn cnf(data: &mut Data) {
|
|||
eprintln!("{}", msg);
|
||||
eprintln!("{}", hint);
|
||||
let package = Select::new("\n", packages)
|
||||
.with_vim_mode(true)
|
||||
.without_help_message()
|
||||
.with_render_config(render_config)
|
||||
.without_filtering()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue