blob: 5b8bd547036c0c05e9ba73ed09001798ef16070b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
set newtab http://localhost:28669
set searchengine ""
" Searchurls
set searchurls.1x https://www.1377x.to/search/%s/1
set searchurls.am https://www.amazon.com.be/s?k=%s
set searchurls.aur https://aur.archlinux.org/packages?O=0&K=%s
set searchurls.aw https://wiki.archlinux.org/title/%s
set searchurls.cnrtl http://www.cnrtl.fr/lexicographie/
set searchurls.dhu https://hub.docker.com/search?q=%s
set searchurls.g https://www.qwant.com/?q=%s
set searchurls.google https://www.qwant.com/?q=%s
set searchurls.gm https://www.google.com/maps?q=%s
set searchurls.gwi https://wiki.gentoo.org/index.php?title=Special%3ASearch&profile=default&fulltext=Search&search=
set searchurls.im https://www.imdb.com/find?q=%s
set searchurls.lg https://libgen.gs/index.php?req=%s
set searchurls.mc https://minecraft.fandom.com/wiki/%s
set searchurls.cfg https://www.curseforge.com/minecraft/mc-mods/search?search=%s
set searchurls.mdr https://modrinth.com/mods?q=%s
set searchurls.mdn https://developer.mozilla.org/en-US/search?q=
set searchurls.mcf https://minecraft.fandom.com/wiki/%s
set searchurls.mcfc https://minecraft.fandom.com/wiki/%s#Crafting
set searchurls.osm https://www.openstreetmap.org/search?query=
set searchurls.plu https://app.pluralsight.com/search/?q=%s
set searchurls.pyp https://pypi.org/search/?q=%s
set searchurls.qwant https://www.qwant.com/?q=
set searchurls.ru https://rutracker.org/forum/tracker.php?nm=%s
set searchurls.tw https://tweakers.net/zoeken/?keyword=%s
set searchurls.wi https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s
set searchurls.y https://www.youtube.com/results?search_query=%s
" Binds
" vim macro:
" yy2pwlrnjrpwitabbkiwin2j0
bind J tabnext
bind K tabprev
bind i filldmcdline bmarks
bind goc open https://chat.openai.com/chat
bind gnc winopen https://chat.openai.com/chat
bind gpc tabopen https://chat.openai.com/chat
bind gop open https://github.com/Siilwyn/awesome-pixel-art#tutorials
bind gnp winopen https://github.com/Siilwyn/awesome-pixel-art#tutorials
bind gpp tabopen https://github.com/Siilwyn/awesome-pixel-art#tutorials
bind godb open http://debuc.com:32095
bind gndb winopen http://debuc.com:32095
bind gpdb tabopen http://debuc.com:32095
bind godc open http://debuc.com:8384
bind gndc winopen http://debuc.com:8384
bind gpdc tabopen http://debuc.com:8384
bind godj open http://debuc.com:8096
bind gndj winopen http://debuc.com:8096
bind gpdj tabopen http://debuc.com:8096
bind gods open http://debuc.com:5030
bind gnds winopen http://debuc.com:5030
bind gpds tabopen http://debuc.com:5030
bind godt open http://debuc.com:9091
bind gndt winopen http://debuc.com:9091
bind gpdt tabopen http://debuc.com:9091
bind gody open http://debuc.com:9010
bind gndy winopen http://debuc.com:9010
bind gpdy tabopen http://debuc.com:9010
" For syntax highlighting see https://github.com/tridactyl/vim-tridactyl
" vim: set filetype=tridactyl
modeindicatormodes.normal true
set modeindicatormodes.insert true
set modeindicatormodes.input true
set modeindicatormodes.ignore false
set modeindicatormodes.ex true
set modeindicatormodes.hint true
set modeindicatormodes.visual true
|