diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 94581fc..ed0443e 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -458,7 +458,7 @@ tmap taskview_close copytmap q Q w -map sp console shell bash ~/.config/Scripts/speedvid.sh %f%space +map sp console shell bash speedvid.sh %f%space map x shell chmod -x %s #General @@ -467,7 +467,7 @@ map cW bulkrename %s map mkd console mkdir%space map sc console shell ln -sT%space map D console delete -map X shell ~/.config/Scripts/extract %f +map X shell extract %f map Z shell tar -cvzf %f.tar.gz %f map fzf_select map fzf_locate @@ -478,7 +478,7 @@ map p2s shell lpr -o sides=two-sided-long-edge %f map MP shell pandoc %f -o %f.pdf map MX shell xelatex %f map ML shell latex %f -map TC shell ~/.config/Scripts/texclear +map TC shell texclear map Txa console shell cp ~/Documents/LaTeX/article.tex%space map Txs console shell cp ~/Documents/LaTeX/beamer.tex%space map Txh console shell cp ~/Documents/LaTeX/handout.tex%space