diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 439e5f4b4..911080df1 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -1220,7 +1220,7 @@ impl EditorView { } let (view, doc) = current!(cxt.editor); - if modifiers == KeyModifiers::CONTROL || row == view.inner_area(doc).height { + if modifiers == KeyModifiers::CONTROL { return EventResult::Ignored(None); }