diff --git a/helix-term/src/ui/menu.rs b/helix-term/src/ui/menu.rs index 7be3be9d..0a264f7c 100644 --- a/helix-term/src/ui/menu.rs +++ b/helix-term/src/ui/menu.rs @@ -166,8 +166,8 @@ impl Component for Menu { } // arrow up/ctrl-p/shift-tab prev completion choice (including updating the doc) KeyEvent { - code: KeyCode::Tab, - modifiers: KeyModifiers::SHIFT, + code: KeyCode::BackTab, + .. } | KeyEvent { code: KeyCode::Up, ..