Browse reddit inside Vim!
Heavily inspired (and forked) from vim-hackernews.
- 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 remappedundo
to) - Press
Ctrl+r
to go forward (or whatever you're remappedredo
to) - Execute the
:bd
command to close and remove the reddit buffer
git clone https://github.com/joshhartigan/vim-reddit ~/.vim/bundle/vim-reddit
Plugin 'joshhartigan/vim-reddit'