Skip to content

Instantly share code, notes, and snippets.

@Nervengift
Created February 9, 2015 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Nervengift/fb20a56f1b2d47d6076b to your computer and use it in GitHub Desktop.
Save Nervengift/fb20a56f1b2d47d6076b to your computer and use it in GitHub Desktop.
Open videos (e.g. on youtube) in external player (mpv) in pentadactyl
:map ,m :silent execute "!mpv '" + buffer.URL + "'"<enter>
@Nervengift
Copy link
Author

needs mpv and youtube-dl installed

should also work with vlc instead of mpv for some sites

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment