Skip to content

Instantly share code, notes, and snippets.

@aminroosta
Last active July 18, 2022 20:20
Show Gist options
  • Save aminroosta/056ec7c7f63eb158bae2 to your computer and use it in GitHub Desktop.
Save aminroosta/056ec7c7f63eb158bae2 to your computer and use it in GitHub Desktop.
cvim
set noautofocus
set numerichints
set typelinkhints
"let barposition = "bottom"
let scrollstep = 240
let searchlimit = 10
let scrollduration = 100
set smoothscroll
map H scrollLeft
map L scrollRight
map h previousTab
map l nextTab
map ;f yankUrl
map <C-i> goForward
map <C-o> goBack
map d closeTab
map u lastClosedTab
let hintcharacters = "1234567890"
# repo name is vb4c
unmap e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment