Skip to content

Conversation

@martinffx
Copy link

Summary

  • Fixes ctrl+p/ctrl+n keybindings to enable cursor movement within multi-line input instead of always triggering history navigation
  • History navigation now only activates when cursor is on boundary rows (first/last), allowing Emacs-style navigation within the

Users can now navigate multi-line input with ctrl+p (up) and ctrl+n (down)
without triggering history navigation. History only triggers when on the
first line (ctrl+p) or last line (ctrl+n), matching standard Emacs and
terminal behavior.

Previously, ctrl+p/ctrl+n always triggered history navigation regardless
of cursor position, making it impossible to edit multi-line input with
Emacs-style keybindings.
Corrected import path for solid-plugin to resolve TypeScript error that
was blocking pre-push hooks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant