Skip to content

Instantly share code, notes, and snippets.

@kovetskiy
Created November 27, 2014 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kovetskiy/07e5cebdd6f422e81cfa to your computer and use it in GitHub Desktop.
Save kovetskiy/07e5cebdd6f422e81cfa to your computer and use it in GitHub Desktop.
.cvimrc
set nohud
set nosmoothscroll
set noautofocus
set typelinkhints
let searchlimit = 30
let scrollstep = 70
let barposition = "bottom"
let completionengines = ["google", "amazon", "imdb", "dogpile"]
let mapleader = ","
map gb :buffer<Space> "You can use <Space>, which is interpreted as a literal " " character, to enter buffer completion mode
map g] gt
map g[ gT
map <C-h> :set hud!<CR> "Toggle the current HUD display value
map <C-d> scrollPageDown
map <C-u> scrollPageUp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment