/vim-reddit

Browse reddit inside vim

Primary LanguagePythonMIT LicenseMIT

vim-reddit

Browse reddit inside Vim!

Heavily inspired (and forked) from vim-hackernews. subreddit home

usage

  • Open the front page of a subreddit with the :Reddit [subreddit]
  • Press lowercase o to open links in Vim
  • Press uppercase O to open links in default web browser
  • Press lowercase u to go back (or whatever you've remapped undo to)
  • Press Ctrl+r to go forward (or whatever you're remapped redo to)
  • Execute the :bd command to close and remove the reddit buffer

installation

Pathogen
git clone https://github.com/joshhartigan/vim-reddit ~/.vim/bundle/vim-reddit
Vundle, vim-plug and friends
Plugin 'joshhartigan/vim-reddit'