summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/ranger/rc.conf6
1 files changed, 3 insertions, 3 deletions
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 <ESC> taskview_close
copytmap <ESC> q Q w <C-c>
-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 <C-f> fzf_select
map <C-l> 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