Skip to content

Instantly share code, notes, and snippets.

@jyp
Last active October 29, 2020 09:46
Show Gist options
  • Save jyp/500fde7ca845d1607b5ee67531fcecd6 to your computer and use it in GitHub Desktop.
Save jyp/500fde7ca845d1607b5ee67531fcecd6 to your computer and use it in GitHub Desktop.
cvim boon-like config (colemak)
let hintcharacters = "arstneiowfdhuyxc,."
unmapAll
map xx openCommandBar
map u scrollUp
map e scrollUp
map i scrollDown
map y scrollDown
map < scrollToTop
map > scrollToBottom
map v enterInsertMode
map f enterFindMode
map F performFind
map k goBack
map K goForward
map q visitPreviousTab
map xf :tabnew
map xk closeTab
map xw duplicateTab
map xu restoreTab
map xp :tabnew google
map ? showHelp
map T copyCurrentUrl
map g reloadTab
map x5o moveTabToNewWindow
map xo nextTab
map xO previousTab
map x+ zoomPageIn
map x- zoomPageOut
map x= zoomOrig
map h createHint
map H createHintTab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment