diff --git a/helix-term/src/ui/picker.rs b/helix-term/src/ui/picker.rs index 0674f4cc..eae9d74f 100644 --- a/helix-term/src/ui/picker.rs +++ b/helix-term/src/ui/picker.rs @@ -188,7 +188,7 @@ impl Component for Picker { return close_fn; } KeyEvent { - code: KeyCode::Char('x'), + code: KeyCode::Char('h'), modifiers: KeyModifiers::CONTROL, } => { if let Some(option) = self.selection() {