feat: improve textbox editor behaviour
This commit is contained in:
16
README.md
16
README.md
@@ -201,12 +201,16 @@ focused pane by three items or rendered lines. Mouse reporting remains disabled
|
||||
by default so normal terminal text selection is unchanged; with mouse reporting
|
||||
enabled, terminals commonly require holding Shift while selecting text.
|
||||
|
||||
The PR description editor defaults to Vim-style modal editing, including
|
||||
Normal, Insert, and Visual modes, word/find motions, deletion, system clipboard
|
||||
yank/paste, and soft-wrap-aware movement. Set `editing.mode = "standard"` for a
|
||||
non-modal editor. Target-branch, reviewer, and assignee completion use
|
||||
`ctrl+n` and `ctrl+p`; reviewer and assignee fields accept comma-separated
|
||||
GitHub usernames. Pending individual review requests and assignees are
|
||||
Editable text fields default to Vim-style modal editing, including PR metadata,
|
||||
reply, and local-AI discussion fields. They support Normal, Insert, and Visual
|
||||
modes, word/find motions, deletion, system clipboard yank/paste, and
|
||||
soft-wrap-aware movement. The active mode and input are shown in a Neovim-style
|
||||
footer bar. Set `editing.mode = "standard"` for non-modal inputs with arrow-key
|
||||
cursor movement, including movement across wrapped lines. Search remains a
|
||||
dedicated insert-only filter. Target-branch, reviewer, and assignee completion use
|
||||
`ctrl+n` and `ctrl+p`; `enter` accepts the selected completion, while `tab`
|
||||
moves to the next metadata field. Reviewer and assignee fields accept
|
||||
comma-separated GitHub usernames. Pending individual review requests and assignees are
|
||||
prefilled and marked in completion results. Reviewers who already submitted a
|
||||
review, and requested teams, appear first as protected subdued tokens in the
|
||||
reviewer field. Their handles retain a darker version of their deterministic
|
||||
|
||||
Reference in New Issue
Block a user