Last active
March 26, 2018 11:21
-
-
Save Kirens/b37a250bfb45b70c843a2e1a4058b0e0 to your computer and use it in GitHub Desktop.
Vimium config stuff
This file contains hidden or 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
| " Enable default keybindings | |
| map <Space> passNextKey | |
| " Options shortcut | |
| " installation dependent. Solution? | |
| map <c-o> createTab moz-extension://f0d12a45-b3ab-4963-a516-886319b12d85/pages/options.html | |
| " Prevent accidental Ctrl-w | |
| #map <c-w> scrollToTop "Doesn't work |
This file contains hidden or 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
| # Custom searches | |
| a: http://web.archive.org/web/*/ Wayback machine | |
| emoji: https://emojipedia.org/search/?q=%s Emojipedia | |
| git: https://github.com/?q=%s GitHub repos | |
| H: https://www.haskell.org/hoogle/?hoogle=%s Hoogle | |
| h: http://hoogle.haskell.org/?scope=set%3Astackage&hoogle=%s Hoogle (Stack) | |
| mdn: https://developer.mozilla.org/en-US/search?q=%s MDN | |
| nix: https://nixos.org/nixos/packages.html#%s Nix packages | |
| sb: https://socialblade.com/youtube/search/%s Socialblade | |
| t: http://tyda.se/search/%s Tyda | |
| ts: http://thesaurus.com/browse/%s Thesaurus | |
| elm: http://klaftertief.github.io/elm-search/?q=%s Elm-Search | |
| whois: https://whois.loopia.se/%s Whois | |
| # Hacks using urls | |
| cal: https://calendar.google.com/calendar/r/eventedit?text=%s Create calendar event | |
| # (Vimium supports search completion for the below) | |
| d: https://duckduckgo.com/?q=%s DuckDuckGo | |
| G: https://www.google.com/search?q=%s&btnI I'm feeling lucky... | |
| g: https://www.google.com/search?q=%s Google | |
| maps: https://www.google.com/maps?q=%s Google maps | |
| w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia | |
| yt: https://www.youtube.com/results?search_query=%s Youtube |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment