Last active
January 28, 2020 12:37
-
-
Save freakingawesome/ba9e099657ce715cc56e 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
" Settings | |
set noautofocus | |
set cncpcompletion | |
set nosmoothscroll | |
set nohud | |
set autohidecursor | |
set typelinkhints | |
let scrollduration = 10 | |
let searchlimit = 40 | |
let searchengine stackoverflow = "http://stackoverflow.com/search?q=" | |
let searchalias s = "stackoverflow" | |
let searchalias g = "google" | |
" Mappings | |
unmap a | |
map as :tabopen github @freakingawesome/ | |
map <C-e> scrollUp | |
map <A-r> nextTab | |
map <A-e> previousTab | |
map <C-s> openLastHint | |
map <C-Space> :execute gfgf<CR> | |
map <C-g> :set smoothscroll!<CR> | |
map <C-h> :set hud!<CR> | |
map gb :buffers<Space> | |
map aa :tabopen g<Space> | |
map T :tabopen<CR> | |
map , :set numerichints!<CR> | |
map ga :settings<CR> | |
let blacklists = ["http://www.reddit.com/*","https://www.reddit.com/*","https://np.reddit.com/*","http://np.reddit.com/*","http://feedly.com/*","https://feedly.com/*","https://mail.google.com/*","https://courses.edx.org/*","https://s7sps1.scene7.com/*","https://cloud.digitalocean.com/*","https://jira.cqlcorp.com/*","https://cqlcorp.atlassian.net/*","https://calendar.google.com/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment