Created
February 9, 2015 18:19
-
-
Save Nervengift/fb20a56f1b2d47d6076b to your computer and use it in GitHub Desktop.
Open videos (e.g. on youtube) in external player (mpv) in pentadactyl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:map ,m :silent execute "!mpv '" + buffer.URL + "'"<enter> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
needs mpv and youtube-dl installed
should also work with vlc instead of mpv for some sites