Skip to content

Instantly share code, notes, and snippets.

@NickHu
Last active May 31, 2016 17:47
Show Gist options
  • Select an option

  • Save NickHu/2cfb94ecbde0f7bec70e to your computer and use it in GitHub Desktop.

Select an option

Save NickHu/2cfb94ecbde0f7bec70e to your computer and use it in GitHub Desktop.
" cvimrc
let locale = "uk"
let autoupdategist = "true"
let autohidecursor = "true"
let barposition = "bottom"
let hintcharacters = "asdfjkl;"
map <C-d> scrollPageDown
map <C-u> scrollPageUp
map <C-f> scrollFullPageDown
map <C-b> scrollFullPageUp
map <C-h> deleteChar
map <C-w> deleteWord
map <C-j> forwardWord
map <C-k> backwardWord
map <C-m> forwardChar
map <C-,> backwardChar
unmap <C-l>
map d closeTab
unmap u
unmap x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment