Compare commits
No commits in common. "1157086ec5f210bfd02c89af0c33caff7ead3d82" and "09326bf31bccfd66212f149692b2cb32ec596981" have entirely different histories.
1157086ec5
...
09326bf31b
2 changed files with 5 additions and 8 deletions
|
@ -18,11 +18,11 @@ 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 {url}', mode='normal')
|
config.bind('Ev', 'spawn --detach mpv --ytdl-format=bestvideo[height<=480]+bestaudio {url}', mode='normal')
|
||||||
config.bind('EV', 'spawn --detach mpv --ytdl-format=bestvideo[height<=1080]+bestaudio {url}', mode='normal')
|
config.bind('EV', 'spawn --detach mpv {url}', mode='normal')
|
||||||
config.bind('Ea', 'spawn --detach mpv --no-video --force-window=yes {url}', mode='normal')
|
config.bind('Ea', 'spawn --detach mpv --no-video --force-window=yes {url}', mode='normal')
|
||||||
config.bind('Fv', 'hint links spawn --detach mpv --ytdl-format=worstvideo[height>=480]+bestaudio {hint-url}', mode='normal')
|
config.bind('Fv', 'hint links spawn --detach mpv --ytdl-format=bestvideo[height<=480]+bestaudio {hint-url}', mode='normal')
|
||||||
config.bind('FV', 'hint links spawn --detach mpv --ytdl-format=bestvideo[height<=1080]+bestaudio {hint-url}', mode='normal')
|
config.bind('FV', 'hint links spawn --detach mpv {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 --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')
|
||||||
|
@ -55,7 +55,7 @@ config.set('colors.webpage.darkmode.enabled', True)
|
||||||
c.url.default_page = 'https://searx.info'
|
c.url.default_page = 'https://searx.info'
|
||||||
c.hints.mode = "number"
|
c.hints.mode = "number"
|
||||||
c.url.searchengines = {
|
c.url.searchengines = {
|
||||||
'DEFAULT':'https://www.mojeek.com/search?q={}',
|
'DEFAULT':'https://searx.fmac.xyz/?q={}',
|
||||||
'ddg':'https://duckduckgo.com/?q={}',
|
'ddg':'https://duckduckgo.com/?q={}',
|
||||||
'yt':'https://youtube.com/results?search_query={}',
|
'yt':'https://youtube.com/results?search_query={}',
|
||||||
'wfr':'https://fr.wikipedia.org/w/index.php?search={}',
|
'wfr':'https://fr.wikipedia.org/w/index.php?search={}',
|
||||||
|
@ -67,7 +67,6 @@ c.url.searchengines = {
|
||||||
'deb':'https://tracker.debian.org/pkg/{}',
|
'deb':'https://tracker.debian.org/pkg/{}',
|
||||||
'mjk':'https://www.mojeek.com/search?q={}',
|
'mjk':'https://www.mojeek.com/search?q={}',
|
||||||
'php':'https://www.php.net/manual-lookup.php?pattern={}&scope=quickref',
|
'php':'https://www.php.net/manual-lookup.php?pattern={}&scope=quickref',
|
||||||
'srx':'https://searx.fmac.xyz/?q={}',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#Fonts
|
#Fonts
|
||||||
|
|
|
@ -100,5 +100,3 @@ magic the gathering card search mtg https://scryfall.com/
|
||||||
bibliotheques municipales genève https://catalogue-bm.geneve.ch/accueil
|
bibliotheques municipales genève https://catalogue-bm.geneve.ch/accueil
|
||||||
mouse open hardware https://www.ploopy.co/
|
mouse open hardware https://www.ploopy.co/
|
||||||
latex formules math cours https://moonbooks.org/Articles/Formules-math%C3%A9matiques-sous-LaTeX/
|
latex formules math cours https://moonbooks.org/Articles/Formules-math%C3%A9matiques-sous-LaTeX/
|
||||||
gnu screen cheatsheet https://gist.github.com/jctosta/af918e1618682638aa82
|
|
||||||
mtg arena card list https://www.magicarenacardlist.com/
|
|
||||||
|
|
Loading…
Reference in a new issue