Skip to content

Instantly share code, notes, and snippets.

@NickHu
Last active May 31, 2016 17:47
Show Gist options
  • Save NickHu/2cfb94ecbde0f7bec70e to your computer and use it in GitHub Desktop.
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 d closeTab
map J nextTab
map K previousTab
unmap u
unmap x
imap <C-h> deleteChar
imap <C-l> deleteForwardChar
imap <C-w> deleteWord
imap <C-j> forwardWord
imap <C-k> backwardWord
imap <C-m> forwardChar
imap <C-,> backwardChar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment