diff options
| author | Luke <luke@lukesmith.xyz> | 2018-02-20 21:06:29 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-02-20 21:06:29 -0700 |
| commit | a974ae09887e8760e50b10c02c28c2e59e1ab012 (patch) | |
| tree | cc3d930c7f9591d63b310a9bcb12bbe5c08335f8 /.config | |
| parent | e0b8e0ac0580485cb5b77af9e9576f4d9c9c4d37 (diff) | |
| download | eibhear-a974ae09887e8760e50b10c02c28c2e59e1ab012.tar.gz eibhear-a974ae09887e8760e50b10c02c28c2e59e1ab012.tar.zst eibhear-a974ae09887e8760e50b10c02c28c2e59e1ab012.zip | |
ranger scripts update
Diffstat (limited to '.config')
| -rw-r--r-- | .config/ranger/rc.conf | 6 |
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 |
