Compare commits
4 commits
60e78dcc54
...
104fdc8ec2
Author | SHA1 | Date | |
---|---|---|---|
104fdc8ec2 | |||
88d576a181 | |||
52fd0adf78 | |||
bab665082c |
3 changed files with 14 additions and 8 deletions
|
@ -19,5 +19,5 @@ alias myconfigfiles='git --git-dir=$HOME/.myconfigfiles.git --work-tree=$HOME'
|
||||||
|
|
||||||
alias revealjs='pandoc -s -t revealjs -V revealjs-url=../../lib/reveal.js --slide-level 2 --css ../../lib/css/style.css -o'
|
alias revealjs='pandoc -s -t revealjs -V revealjs-url=../../lib/reveal.js --slide-level 2 --css ../../lib/css/style.css -o'
|
||||||
alias md2pdf='pandoc -V geometry:left=3cm,right=2.5cm,top=2.5cm,bottom=2.5cm -o'
|
alias md2pdf='pandoc -V geometry:left=3cm,right=2.5cm,top=2.5cm,bottom=2.5cm -o'
|
||||||
alias mpvlow='mpv --ytdl-format=worstvideo[height\>=480]+bestaudio/480p/worst'
|
alias mpvlow='mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:480'
|
||||||
alias mpvhigh='mpv --ytdl-format=bestvideo[height\<=1080]+bestaudio/1080p/best'
|
alias mpvhigh='mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:1080'
|
||||||
|
|
|
@ -18,12 +18,12 @@ config.bind('w', 'set-cmd-text -s :open -t', mode='normal')
|
||||||
config.bind('W', 'set-cmd-text -s :open -t {url:pretty}', mode='normal')
|
config.bind('W', 'set-cmd-text -s :open -t {url:pretty}', mode='normal')
|
||||||
config.bind('Fy', 'hint links yank-primary', mode='normal')
|
config.bind('Fy', 'hint links yank-primary', mode='normal')
|
||||||
config.bind('yy', 'yank -s', mode='normal')
|
config.bind('yy', 'yank -s', mode='normal')
|
||||||
config.bind('Ev', 'spawn --detach mpv --ytdl-format=worstvideo[height>=480]+bestaudio/480p/worst {url}', mode='normal')
|
config.bind('Ev', 'spawn --detach mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:480 {url}', mode='normal')
|
||||||
config.bind('EV', 'spawn --detach mpv --ytdl-format=bestvideo[height<=1080]+bestaudio/1080p/best {url}', mode='normal')
|
config.bind('EV', 'spawn --detach mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:1080 {url}', mode='normal')
|
||||||
config.bind('Ea', 'spawn --detach mpv --no-video --force-window=yes {url}', mode='normal')
|
config.bind('Ea', 'spawn --detach mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --no-video --force-window=yes {url}', mode='normal')
|
||||||
config.bind('Fv', 'hint links spawn --detach mpv --ytdl-format=worstvideo[height>=480]+bestaudio/480p/worst {hint-url}', mode='normal')
|
config.bind('Fv', 'hint links spawn --detach mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:480 {hint-url}', mode='normal')
|
||||||
config.bind('FV', 'hint links spawn --detach mpv --ytdl-format=bestvideo[height<=1080]+bestaudio/1080p/best {hint-url}', mode='normal')
|
config.bind('FV', 'hint links spawn --detach mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:1080 {hint-url}', mode='normal')
|
||||||
config.bind('Fa', 'hint links spawn --detach mpv --no-video --force-window=yes {hint-url}', mode='normal')
|
config.bind('Fa', 'hint links spawn --detach mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --no-video --force-window=yes {hint-url}', mode='normal')
|
||||||
config.unbind('F')
|
config.unbind('F')
|
||||||
config.bind('<Backspace>', 'back', mode='normal')
|
config.bind('<Backspace>', 'back', mode='normal')
|
||||||
config.bind('<Shift-Backspace>', 'forward', mode='normal')
|
config.bind('<Shift-Backspace>', 'forward', mode='normal')
|
||||||
|
|
|
@ -103,4 +103,10 @@ latex formules math cours https://moonbooks.org/Articles/Formules-math%C3%A9mati
|
||||||
gnu screen cheatsheet https://gist.github.com/jctosta/af918e1618682638aa82
|
gnu screen cheatsheet https://gist.github.com/jctosta/af918e1618682638aa82
|
||||||
mtg arena card list https://www.magicarenacardlist.com/
|
mtg arena card list https://www.magicarenacardlist.com/
|
||||||
shrink pdf resize http://www.alfredklomp.com/programming/shrinkpdf/
|
shrink pdf resize http://www.alfredklomp.com/programming/shrinkpdf/
|
||||||
|
antivol cadena vélo sécurité https://www.fub.fr/antivols
|
||||||
|
running track https://runalyze.com/dashboard
|
||||||
|
transport pollution co2 impact comparatif https://monimpacttransport.fr/
|
||||||
|
ltva loi fédérale taxe valeur ajoutée https://www.fedlex.admin.ch/eli/cc/2009/615/fr
|
||||||
|
code civil suisse https://www.fedlex.admin.ch/fr/cc/internal-law/21
|
||||||
|
code obligations suisse https://www.fedlex.admin.ch/fr/cc/internal-law/22
|
||||||
fingerprint empreinte navigateur https://amiunique.org/
|
fingerprint empreinte navigateur https://amiunique.org/
|
||||||
|
|
Loading…
Reference in a new issue