Skip to content

Instantly share code, notes, and snippets.

@ssmike
Last active December 10, 2017 09:59
Show Gist options
  • Select an option

  • Save ssmike/6c42d2b6492e73252fd5 to your computer and use it in GitHub Desktop.

Select an option

Save ssmike/6c42d2b6492e73252fd5 to your computer and use it in GitHub Desktop.
.cvimrc
let barposition = "top"
set typelinkhints
let blacklists = ["http://localhost*","http://haskell-lab/*","http://ssmike-dev.haze.yandex.net/*", "https://feedly.com/*", "*deezer.com/*"]
map J gT
map K gt
set autoupdategist
let hintcharacters = "asdfgqwertzxcvb"
command g tabnew google
let searchengine yandex = "https://yandex.ru/search/?text=%s"
let searchalias g = "google"
let searchalias y = "yandex"
map D :tabdetach<CR>
let completionengines = ["google", "yandex"]
imap <C-e> editWithVim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment