Last active
August 29, 2015 14:23
-
-
Save jasonmorganson/0f857054fc2dd3b29d92 to your computer and use it in GitHub Desktop.
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 completionengines = ['google', 'wikipedia', 'imdb', 'amazon', 'wolframalpha', 'duckduckgo'] | |
imap <C-o> editWithVim | |
map <C-o> :duplicate<CR> | |
map af createTabbedHint | |
map xx x | |
map $ g$ | |
map 0 g0 | |
map qq closeTab | |
map gs fullImageHint | |
map <Space> l | |
map <S-Space> h | |
map <A-r> nextTab | |
map <A-e> previousTab | |
map <C-Space> closeTab | |
map gq :restore<Space> | |
map a<Space> z<Enter> | |
map ab :bookmarks&<Space> | |
map <C-k> nextTab | |
map <C-j> previousTab | |
map cn :execute nzz<CR> | |
map cN :execute Nzz<CR> | |
map <C-d> :file ~/ | |
map <C-e> scrollUp | |
map <C-s> openLastHint | |
map <C-g> :set smoothscroll!<CR> | |
map <C-h> :nohl<CR> | |
map cc :set hud!<CR> | |
map aa :tabopen g<Space> | |
map T :tabopen<CR> | |
map , :set numerichints!<CR> | |
map ga :settings<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment