vim-reddit icon indicating copy to clipboard operation
vim-reddit copied to clipboard

Python 3 Support + Great New Features

Open DougBeney opened this issue 8 years ago • 0 comments

EDIT: Not sure if this project is dead. For anyone that wants to try out the new features, here is the repo: https://github.com/dougbeney/vim-reddit

Hello,

Had a bit of fun today migrating this plugin to Python 3, cleaning up the code, and adding some new important features.

The new features include the following:

  • Open the comments of a post in your browser by pressing c
  • Image and video links open in your web browser instead of attempting to open in your terminal
  • You can now open links that are inside reddit posts.
  • You can now simply type :Reddit with no parameters and you will be able to view r/all

That's about it I believe. Hope you enjoy!

Btw, ignore that I have a bunch of commits on this fork. I didn't have the sleekest Vim plugin development workflow :P

DougBeney avatar Dec 20 '17 02:12 DougBeney