From 17c45c591946536649ff43736279ec5dd3d0d5d4 Mon Sep 17 00:00:00 2001 From: mitchell Date: Thu, 12 May 2022 19:08:48 -0400 Subject: [PATCH] Add edit command to ytmpv --- .config/fish/functions/ytmpv.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/fish/functions/ytmpv.fish b/.config/fish/functions/ytmpv.fish index 98f69c1..18f264e 100644 --- a/.config/fish/functions/ytmpv.fish +++ b/.config/fish/functions/ytmpv.fish @@ -35,6 +35,8 @@ function ytmpv -d 'A script to help queue youtube videos on MPV' $urls break + case e edit + $EDITOR $queue case f fg tmux attach -t ytmpv case h help