mirror of https://github.com/helix-editor/helix
Change picker horizontal split to h
Follow window mode and vim behavior, x seemed weird.pull/236/head
parent
45793d7c09
commit
1953588873
|
@ -188,7 +188,7 @@ impl<T: 'static> Component for Picker<T> {
|
||||||
return close_fn;
|
return close_fn;
|
||||||
}
|
}
|
||||||
KeyEvent {
|
KeyEvent {
|
||||||
code: KeyCode::Char('x'),
|
code: KeyCode::Char('h'),
|
||||||
modifiers: KeyModifiers::CONTROL,
|
modifiers: KeyModifiers::CONTROL,
|
||||||
} => {
|
} => {
|
||||||
if let Some(option) = self.selection() {
|
if let Some(option) = self.selection() {
|
||||||
|
|
Loading…
Reference in New Issue