Skip to content

Instantly share code, notes, and snippets.

@naveensrinivasan
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naveensrinivasan/60aea843718950a58ced to your computer and use it in GitHub Desktop.
Save naveensrinivasan/60aea843718950a58ced to your computer and use it in GitHub Desktop.
set nohud
set nosmoothscroll
set noautofocus " The opposite of autofocus; this setting stops
" sites from focusing on an input box when they load
set typelinkhints
let searchlimit = 30
let scrollstep = 70
let barposition = "bottom"
set typelinkhints
let hintcharacters = "asdlkj123"
let @@reddit_prog = 'http://www.reddit.com/r/programming'
let @@top_all = 'top?sort=top&t=all'
let @@top_day = 'top?sort=top&t=day'
map f F
map <BS> goBack
map <C-o> goBack
map u lastClosedTab
map HN :to https://news.ycombinator.com/<CR>
map TD :to @@reddit_prog/@@top_day<CR>
site 'https://news.ycombinator.com/*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment