-
Notifications
You must be signed in to change notification settings - Fork 137
hard to distinguish between q and g with underline #70
Comments
Hey @iqxd, I also use JetBrains Mono and had a similar issue. require'hop'.setup({
keys = 'asdghklwertyuipzxcvbnmfj',
}) |
Thanks @pockata , it helps on this issue currently . |
Hey, you can change all the highlights, no need to switch the keys for that. We can change the default highlights by removing the underline if people think it’s too disturbing. |
Thanks, @phaazon, I just looked at the highlight groups in the source code and setting Perhaps documenting the highlight groups in the README/help files so users know they can easily change the look of Hop? Edit: Hop applies the highlights when you change the colorscheme, so an autocmd would be needed to keep the underline disabled: |
Yeah the autocommand will remove and replace them. The joy of theming in Neovim. |
Those are confusing with some fonts. In the next commit, we should be able to override highlightings more correctly, especially via autocommands. Relates to #70.
This allows to enable or disable inserting highlighting autocommands. Relates to #70.
I removed the underline, it was a bad default, and documented how to customize the highlights. I’ve also allowed people to disable the autocommands. |
* feat: add windows-list to allow custom window candidates * fix: always check focusable window
when set fonts like JetBrains Mono and Hack , etc
Hack Font:
JetBrains Mono:
The text was updated successfully, but these errors were encountered: