Last active
January 14, 2020 12:54
-
-
Save mruwek/121d1ad63b3a03c32f4e to your computer and use it in GitHub Desktop.
cvimrc
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
"remaps | |
map d x | |
map J nextTab | |
map K previousTab | |
map u lastClosedTab | |
"settings | |
let hintcharacters="asdfghjklvn" | |
set autoupdategist | |
"searchengines | |
let searchengine ceneo = "http://ceneo.pl/;szukaj-" | |
let searchengine allegro = "http://allegro.pl/listing/listing.php?string=" | |
let searchengine leki24 = "http://indeks24.pl/kompendium24/leki/?lek=" | |
let searchengine lekimp = "http://indeks.mp.pl/leki/index.html?phrase=%s&kind=uni" | |
let searchengine wiki = "http://pl.wikipedia.org/wiki/" | |
let searchengine enpl = "https://translate.google.com/#en/pl/" | |
let searchengine plen = "https://translate.google.com/#pl/en/" | |
let searchengine ebooki = "http://ebooki.swiatczytnikow.pl/szukaj/" | |
let searchengine upoluj = "http://upolujebooka.pl/szukaj,%s.html" | |
let searchengine py = "https://docs.python.org/3/search.html?q=%s&check_keywords=yes" | |
let completionengines = ["google", "wikipedia", "youtube", "amazon", "imdb"] | |
let searchalias g = "google" | |
let searchalias yt = "youtube" | |
"site-specific configs | |
site '*://*.facebook.com/*' { | |
unmap j | |
unmap k | |
} | |
"turn off | |
let blacklists = ["http://www.isncscialgorithm.com/*", "https://gabinet.gov.pl/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment