41 lines
1.3 KiB
Text
41 lines
1.3 KiB
Text
" Clear existing settings before loading these new ones. This prevents config
|
|
" drift when using :set commands in-browser.
|
|
sanitize tridactyllocal tridactylsync
|
|
|
|
set newtab about:blank
|
|
|
|
set editorcmd urxvt -e nvim
|
|
|
|
bind j scrollline 1
|
|
bind k scrollline -1
|
|
bind J tabnext
|
|
bind K tabprev
|
|
bind gh tabmove -1
|
|
bind gl tabmove +1
|
|
|
|
" This can only cause problems with CapsLock and zz
|
|
unbind ZZ
|
|
|
|
" Dvorak
|
|
set hintchars dhtnsaoeuifgcrlpybmwvzqjkx
|
|
set hintfiltermode vimperator
|
|
set hintdelay 0
|
|
|
|
set searchurls.archwiki https://wiki.archlinux.org/index.php?search=%s
|
|
set searchurls.aur https://aur.archlinux.org/packages/?K=%s
|
|
set searchurls.dict https://www.dictionary.com/browse/%s
|
|
set searchurls.godev https://pkg.go.dev/search?q=%s
|
|
set searchurls.godoc https://godoc.org/?q=%s
|
|
set searchurls.gopkg https://golang.org/pkg/%s
|
|
set searchurls.mc https://minecraft.gamepedia.com/index.php?search=%s
|
|
set searchurls.mdn https://developer.mozilla.org/search?q=%s
|
|
set searchurls.poke https://bulbapedia.bulbagarden.net/w/index.php?search=%s
|
|
set searchurls.py2 https://docs.python.org/2/search.html?q=%s
|
|
set searchurls.py3 https://docs.python.org/3/search.html?q=%s
|
|
set searchurls.rdoc https://rubyapi.org/2.7/o/s?q=%s
|
|
set searchurls.thesaurus https://www.thesaurus.com/browse/%s
|
|
set searchurls.ud https://www.urbandictionary.com/define.php?term=%s
|
|
|
|
set searchengine ddg
|
|
|
|
set tabopenpos last
|