ranger scripts update
This commit is contained in:
parent
e0b8e0ac05
commit
a974ae0988
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue