From b2daccd687218304ade20a73f2522e5a7e7da2cd Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 25 Apr 2023 21:02:48 +0200 Subject: removed unecessary config --- config/old/tridactyl/tridactylrc | 158 +-------------------------------------- 1 file changed, 1 insertion(+), 157 deletions(-) diff --git a/config/old/tridactyl/tridactylrc b/config/old/tridactyl/tridactylrc index d95acd0..8cae912 100644 --- a/config/old/tridactyl/tridactylrc +++ b/config/old/tridactyl/tridactylrc @@ -1,11 +1,5 @@ " General Settings -set update.lastchecktime 1674671186214 -set update.nag true -set update.nagwait 7 -set update.lastnaggedversion 1.14.0 -set update.checkintervalsecs 86400 -set configversion 2.0 -set newtab craftmenners.men +set newtab https://www.duckduckgo.com set searchengine duckduckgo set searchurls.wi https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s set searchurls.g https://www.google.com/search?q=%s @@ -47,156 +41,6 @@ set searchurls.qwant https://www.qwant.com/?q= " Binds bind J tabnext bind K tabprev -unbind i -bind ;x hint -F e => { const pos = tri.dom.getAbsoluteCentre(e); tri.excmds.exclaim_quiet("xdotool mousemove --sync " + window.devicePixelRatio * pos.x + " " + window.devicePixelRatio * pos.y + "; xdotool click 1")} -bind ;X hint -F e => { const pos = tri.dom.getAbsoluteCentre(e); tri.excmds.exclaim_quiet("xdotool mousemove --sync " + window.devicePixelRatio * pos.x + " " + window.devicePixelRatio * pos.y + "; xdotool keydown ctrl+shift; xdotool click 1; xdotool keyup ctrl+shift")} -bind pin -bind mute toggle -bind help -bind o fillcmdline open -bind O current_url open -bind w fillcmdline winopen -bind W current_url winopen -bind t fillcmdline tabopen -bind ]] followpage next -bind [[ followpage prev -bind [c urlincrement -1 -bind ]c urlincrement 1 -bind urlincrement -1 -bind urlincrement 1 -bind T current_url tabopen -bind yy clipboard yank -bind ys clipboard yankshort -bind yc clipboard yankcanon -bind ym clipboard yankmd -bind yo clipboard yankorg -bind yt clipboard yanktitle -bind gh home -bind gH home true -bind p clipboard open -bind P clipboard tabopen -bind j scrollline 10 -bind scrollline 10 -bind k scrollline -10 -bind scrollline -10 -bind h scrollpx -50 -bind l scrollpx 50 -bind G scrollto 100 -bind gg scrollto 0 -bind scrollpage -0.5 -bind scrollpage 0.5 -bind scrollpage 1 -bind scrollpage -1 -bind nmode ignore 1 mode normal -bind $ scrollto 100 x -bind ^ scrollto 0 x -bind H back -bind L forward -bind jumpprev -bind jumpnext -bind d tabclose -bind D composite tabprev; tabclose # -bind gx0 tabclosealltoleft -bind gx$ tabclosealltoright -bind << tabmove -1 -bind >> tabmove +1 -bind u undo -bind U undo window -bind r reload -bind R reloadhard -bind x stop -bind gi focusinput -l -bind g? rot13 -bind g! jumble -bind g; changelistjump -1 -bind gt tabnext_gt -bind gT tabprev -bind g^ tabfirst -bind g0 tabfirst -bind g$ tablast -bind ga tabaudio -bind gr reader -bind gu urlparent -bind gU urlroot -bind gf viewsource -bind : fillcmdline_notrail -bind s fillcmdline open search -bind S fillcmdline tabopen search -bind M gobble 1 quickmark -bind B fillcmdline taball -bind b fillcmdline tab -bind ZZ qall -bind f hint -bind F hint -b -bind gF hint -qb -bind ;i hint -i -bind ;b hint -b -bind ;o hint -bind ;I hint -I -bind ;k hint -k -bind ;K hint -K -bind ;y hint -y -bind ;Y hint -cF img i => tri.excmds.yankimage(tri.urlutils.getAbsoluteURL(i.src)) -bind ;p hint -p -bind ;h hint -h -bind v hint -h -bind ;P hint -P -bind ;r hint -r -bind ;s hint -s -bind ;S hint -S -bind ;a hint -a -bind ;A hint -A -bind ;; hint -; * -bind ;# hint -# -bind ;v hint -W mpvsafe -bind ;V hint -V -bind ;w hint -w -bind ;t hint -W tabopen -bind ;O hint -W fillcmdline_notrail open -bind ;W hint -W fillcmdline_notrail winopen -bind ;T hint -W fillcmdline_notrail tabopen -bind ;z hint -z -bind ;m composite hint -Jpipe img src | open images.google.com/searchbyimage?image_url= -bind ;M composite hint -Jpipe img src | tabopen images.google.com/searchbyimage?image_url= -bind ;gi hint -qi -bind ;gI hint -qI -bind ;gk hint -qk -bind ;gy hint -qy -bind ;gp hint -qp -bind ;gP hint -qP -bind ;gr hint -qr -bind ;gs hint -qs -bind ;gS hint -qS -bind ;ga hint -qa -bind ;gA hint -qA -bind ;g; hint -q; -bind ;g# hint -q# -bind ;gv hint -qW mpvsafe -bind ;gw hint -qw -bind ;gb hint -qb -bind ;gF hint -qb -bind ;gf hint -q -bind mode ignore -bind mode ignore -bind mode ignore -bind mode ignore -bind composite mode normal ; hidecmdline -bind composite mode normal ; hidecmdline -bind a current_url bmark -bind A bmark -bind zi zoom 0.1 true -bind zo zoom -0.1 true -bind zm zoom 0.5 true -bind zr zoom -0.5 true -bind zM zoom 0.5 true -bind zR zoom -0.5 true -bind zz zoom 1 -bind zI zoom 3 -bind zO zoom 0.3 -bind . repeat -bind ba open https://www.youtube.com/watch?v=M3iOROuTuMA -bind m gobble 1 markadd -bind ` gobble 1 markjump bind gna tabopen moz-extension://7cf2fd76-6055-4053-bb4b-f518030f6240/static/docs/classes/_src_lib_config_.default_config.html bind goa open moz-extension://7cf2fd76-6055-4053-bb4b-f518030f6240/static/docs/classes/_src_lib_config_.default_config.html bind gwa winopen moz-extension://7cf2fd76-6055-4053-bb4b-f518030f6240/static/docs/classes/_src_lib_config_.default_config.html -- cgit v1.2.3