Add Zoom step
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
First of all, thank you for your amazing terminal 👍
I want to be able to customize the zoom step using the configuration file.
I believe this is really useful when using big monitors so that I don't click a lot of zoom in/zoom out keymaps 😤
{
module.exports = {
config: {
fontSize: 12,
fontFamily: 'Fira Code, Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
zoomStep: 2 // <---- Here is an example of the change
},
keymaps: {
"zoom:in": "ctrl+i",
"zoom:out": "ctrl+o",
},
};
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating Hyper’s configuration handling and the implementation behind the "zoom:in" and "zoom:out" keymaps. Trace how the requested zoomStep setting would reach those actions, then verify that changing it in the configuration changes the zoom amount in both directions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100