Skip to content

Instantly share code, notes, and snippets.

@klaernie
Last active January 31, 2018 15:01
Show Gist options
  • Save klaernie/b691f39a348ce56bda4b to your computer and use it in GitHub Desktop.
Save klaernie/b691f39a348ce56bda4b to your computer and use it in GitHub Desktop.
" Settings
set noautofocus
set nosmoothscroll
set nohud
set autohidecursor
set typelinkhints
let scrollduration = 10
let searchlimit = 40
set smartsearch
" Mappings
unmap a
map as :tabopen github @klaernie/
map <C-d> scrollDown
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-u> rootFrame
map <C-h> :set hud!<CR>
map gb :buffers<Space>
map aa :tabopen g<Space>
map W l
map Q h
map af F
map <Space> l
map <S-Space> h
map ad z<Enter>
map T :tabopen<CR>
map , :set numerichints!<CR>
map ga :settings<CR>
let blacklists = ["http://hellorun.helloenjoy.com/*","http://crypt-webgl.unigine.com/*","http://wasavi.appsweets.net/*","https://usphlvm2227.phl.sap.corp/*","https://vcbb10.mo.global.corp.sap/*","https://admin.iaas.mo.sap.corp/*","http://zty.pe/*","https://cmp.wdf.sap.corp/*","https://itisbwprod.wdf.sap.corp/*","https://itisbwqa.wdf.sap.corp/*","https://cmq.wdf.sap.corp/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment