Skip to content

Instantly share code, notes, and snippets.

@shgtkshruch
Last active January 7, 2020 06:59
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 shgtkshruch/75d233f48ff479edaadc to your computer and use it in GitHub Desktop.
Save shgtkshruch/75d233f48ff479edaadc to your computer and use it in GitHub Desktop.
cVim Options
set nosmoothscroll
let scrollduration = 0
" Move
unmap d
unmap u
map <C-u> scrollPageUp
map <C-d> scrollPageDown
" Tab
unmap x
unmap s
unmap K
unmap R
unmap J
unmap E
unmap t
map st :tabnew
map sx closeTab
map sn nextTab
map sp previousTab
" Github
site '*://github.com/*' {
unmap ?
}
unmap o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment