]> git.phdru.name Git - dotfiles.git/blobdiff - .mc/menu
.fvwmrc: Open mpv a bit to the left to allow bigger initial window
[dotfiles.git] / .mc / menu
index c30570e1b6fbcf27e0323ebadfede29128eba512..9b3763aa3232aec716e5d6b0c18681c7cd3f5c4e 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -20,6 +20,10 @@ shell_patterns=0
 p  View the file in a pager
    exec ${PAGER:-more} %f
 
++ t r
+e  Edit the file in gvim
+   gvim %f &
+
 + t r
 b  View the file in a browser
    exec webbrowser file://%d/%f
@@ -57,10 +61,14 @@ T  fb2txt
    esac
    $A %f | xsltproc /usr/local/src/FictionBook/FB2_2_txt_ru.xsl - | webstdin -e txt -t
 
-+= t r & f \.(pdf|PDF|ps|PS|djvu)(\.bz2|\.gz)?$
-e  View pdf/ps/djvu
++= t r & f \.(pdf|PDF|ps|PS)(\.bz2|\.gz)?$
+e  View pdf/ps
    qpdfview %f &
 
++= t r & f \.djvu(\.bz2|\.gz)?$
+e  View djvu
+   djview %f &
+
 += t r & f \.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg)$
 o  View OpenDoc with odt2txt
    odt2txt %f | ${PAGER:-more}