Skip to content

z-priest/vim-reddit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

Browse reddit inside vim

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 78.6%
  • Vim Script 21.4%