Skip to content

Instantly share code, notes, and snippets.

@ibotdotout
Last active May 26, 2016 17:31
Show Gist options
  • Save ibotdotout/3ccd823eef23c336efa32d155b4f75a2 to your computer and use it in GitHub Desktop.
Save ibotdotout/3ccd823eef23c336efa32d155b4f75a2 to your computer and use it in GitHub Desktop.
cVim,sVim config - colemak
let mapleader = " "
map n scrollDown
map e scrollUp
map r scrollDown
map w scrollUp
map dd scrollToTop
map D scrollToBottom
map dG previousTab
map dg nextTab
map N previousTab
map E nextTab
map F previousTab
map P nextTab
map t createHint
map T createTabbedHint
map x closeTab
map X lastClosedTab
map u insertMode
map p reloadTab
map R goBack
map S goForward
map H goBack
map I goForward
map du goToInput
map u insertMode
map g :tabnew
map G :open
map k nextSearchResult
map K previousSearchResult
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment