2018-03-26 00:25:13 +02:00
|
|
|
set preview_images true
|
2018-04-05 09:46:48 +02:00
|
|
|
set vcs_aware true
|
2018-06-24 13:25:59 +02:00
|
|
|
|
|
|
|
map f console scout -ftsea%space
|
2019-03-11 23:59:49 +01:00
|
|
|
map md console mkdir%space
|
2018-11-30 22:27:56 +01:00
|
|
|
map np shell cp -r ~/Templates/LaTeX/Protokoll $(date +%g.%m.%%d); ~/Templates/LaTeX/fsrprotokoll.sh
|
2018-08-29 21:22:24 +02:00
|
|
|
map ny shell cp %f ../Protokoll_$(echo $(basename $(pwd)) | awk '{gsub("\\.","-");print}' $2).pdf
|
2019-01-22 16:12:50 +01:00
|
|
|
map nrg shell cp ~/Templates/LaTeX/Invoice/elektro_invoice.tex Gefeba_Elektro_-_Rechnung_$(date +%g-%m)_-Elektro.tex; ~/Templates/LaTeX/Invoice/InvNum.sh
|
2018-11-30 22:27:56 +01:00
|
|
|
map nrb shell cp ~/Templates/LaTeX/Invoice/engineering_invoice.tex Gefeba_Engineering_-_Rechnung_$(date +%g-%m)_-Engineering.tex; ~/Templates/LaTeX/Invoice/InvNum.sh
|
2021-10-20 14:14:29 +02:00
|
|
|
map nu shell touch $(basename %f .pdf)\.org
|
2019-05-06 11:53:42 +02:00
|
|
|
map ntu shell cp ~/Templates/LaTeX/UniversityAssignmets/assignment.tex .
|
2020-05-13 05:20:44 +02:00
|
|
|
map nw shell sed "s/# $/# $(pwd | rev | cut -d/ -f1 | rev)/" ~/.vim/templates/writeup.md > ./writeup.md
|