-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make font size adjustable #21
Comments
Looking at the code I think this can be changed here https://github.com/wmaurer/vscode-jumpy/blob/master/src/jumpy-vscode.ts#L49 |
👍 this should be a setting! |
I'll try my hand at doing this myself and creating a PR some time this week. |
Actually, there seems to already be a PR for this: |
As a temporary workaround, until #16 is merged, you can manipulate the implementation in your home directory. It's located in |
The size should probably follow editor font size by default, now Jumpy's font size seems to be fixed, no matter what the editor font size is. |
+1, the small font is the only reason i'm not using it. i'm jumping to often to the wrong place.. :) |
To everyone still using this plugin, I've switched over to Ace Jump, and found that it's much better (also has customization font sizes and colors). |
You can use Jump instead, it automatically adjusts the font size. |
It would be nice to adjust the font size of the letters. I'm using a higher resolution display and it's very hard to make out the letters, especially similar looking ones like 'c' and 'e'.
Thanks!
The text was updated successfully, but these errors were encountered: