Skip to content

Instantly share code, notes, and snippets.

@bigfang
Last active June 10, 2021 06:07
Show Gist options
  • Save bigfang/c6e5df8e053c1d6fbce4dc71f3c3c193 to your computer and use it in GitHub Desktop.
Save bigfang/c6e5df8e053c1d6fbce4dc71f3c3c193 to your computer and use it in GitHub Desktop.
cvim configuration
map H previousTab
map L nextTab
map J moveTabLeft
map K moveTabRight
map < goBack
map > goForward
map u lastClosedTab
map <C-u> scrollPageUp
map <C-d> scrollPageDown
map t :tabnew about:newtab<CR>
map T :tabnew <space>
imap <C-a> beginningOfLine
imap <C-e> endOfLine
imap <C-w> deleteForwardWord
imap <C-u> deleteToBeginning
imap <C-k> deleteToEnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment