feat(actions): add GoToNextWord & GoToPrevWord actions#1026
Open
rudenkornk wants to merge 1 commit intoalexpasmantier:mainfrom
Open
feat(actions): add GoToNextWord & GoToPrevWord actions#1026rudenkornk wants to merge 1 commit intoalexpasmantier:mainfrom
rudenkornk wants to merge 1 commit intoalexpasmantier:mainfrom
Conversation
4 tasks
There was a problem hiding this comment.
Pull request overview
Adds word-wise cursor navigation actions to Television’s input handling and wires them through UI/help and default keybindings.
Changes:
- Introduces
GoToNextWord/GoToPrevWordactions and user-facing descriptions. - Routes these actions through input handling and makes them visible in the help panel.
- Adds default keybindings for word navigation (
alt-b,alt-f) in the shipped config.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
television/action.rs |
Adds new action variants and descriptions for word navigation. |
television/input.rs |
Maps new actions to existing InputRequest word-navigation requests. |
television/television.rs |
Treats new actions as input actions (render + dispatch to handle_input_action). |
television/screen/help_panel.rs |
Marks new actions as relevant so they appear in help output for supported modes. |
.config/config.toml |
Adds default keybindings alt-b / alt-f for prev/next word movement. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a91cd5b to
0dca80c
Compare
Contributor
Author
|
@alexpasmantier may I ask you to take a look on this PR? :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📺 PR Description
Checklist