Skip to content

Instantly share code, notes, and snippets.

@freakingawesome
Last active January 28, 2020 12:37
Show Gist options
  • Save freakingawesome/ba9e099657ce715cc56e to your computer and use it in GitHub Desktop.
Save freakingawesome/ba9e099657ce715cc56e to your computer and use it in GitHub Desktop.
" 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