commit a974ae09887e8760e50b10c02c28c2e59e1ab012
parent e0b8e0ac0580485cb5b77af9e9576f4d9c9c4d37
Author: Luke <luke@lukesmith.xyz>
Date: Tue, 20 Feb 2018 21:06:29 -0700
ranger scripts update
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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