-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tui): change binds for log scrolling and add UI hints (#9610)
### Description This PR changes the binds for scrolling logs from `CTRL+P` and `CTRL+N` to `u` and `d`. I'm learning into simple here, both by making the bind a simple one-tap instead of a chord and matching up with the mnemonic device of "**u**p and **d**own". #### Minor hesitation `CTRL+n` and `CTRL+p` are familiar to power users of a few terminal tools, but I personally don't see this as a great justification for our tool, which gets used by a much broader audience. I'm erring on the side of simplicity, but happy to hear dissent/pushback/other thoughts. Additionally, I've updated our UI hints slightly: - Added the hints for these binds to the logs pane - Separating binds using spaces instead of commas ### Testing Instructions Pick out your favorite Turborepo and try it out!
- Loading branch information
1 parent
e2d4e6c
commit 59e2a3e
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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