Last active
December 13, 2022 08:37
-
-
Save jahsome/87be050b29402bb3857bdad7f824b895 to your computer and use it in GitHub Desktop.
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
# https://github.com/tridactyl/tridactyl/blob/master/.tridactylrc | |
set colors https://raw.githubusercontent.com/bezmi/base16-tridactyl/master/base16-bespin.css | |
set hintfiltermode vimperator-reflow | |
set hintnames numeric | |
# hints for google results | |
bindurl www.google.com f hint -Jc #search div:not(.action-menu) > a | |
bindurl news.ycombinatior.com f hint -c .titlelink > a | |
# stop microsoft from being a jerk | |
autocmd TabEnter .* unfocus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment