Change picker horizontal split to h
Follow window mode and vim behavior, x seemed weird.
This commit is contained in:
parent
45793d7c09
commit
1953588873
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ impl<T: 'static> Component for Picker<T> {
|
|||
return close_fn;
|
||||
}
|
||||
KeyEvent {
|
||||
code: KeyCode::Char('x'),
|
||||
code: KeyCode::Char('h'),
|
||||
modifiers: KeyModifiers::CONTROL,
|
||||
} => {
|
||||
if let Some(option) = self.selection() {
|
||||
|
|
Loading…
Reference in a new issue