Last active
May 26, 2016 17:31
-
-
Save ibotdotout/3ccd823eef23c336efa32d155b4f75a2 to your computer and use it in GitHub Desktop.
cVim,sVim config - colemak
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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