mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
.tridactylrc: Make sure DocStart autocmds do not match :viewconfig url
This commit is contained in:
parent
ad3ae5a6f3
commit
4b04538349
|
|
@ -78,9 +78,9 @@ quickmark t https://github.com/tridactyl/tridactyl/issues?utf8=%E2%9C%93&q=sort%
|
|||
"
|
||||
|
||||
" New reddit is bad
|
||||
autocmd DocStart www.reddit.com js tri.excmds.urlmodify("-t", "www", "old")
|
||||
autocmd DocStart ^http(s?)://www.reddit.com js tri.excmds.urlmodify("-t", "www", "old")
|
||||
" Mosquito nets won't make themselves
|
||||
autocmd DocStart www.amazon.co.uk js tri.excmds.urlmodify("-t", "www", "smile")
|
||||
autocmd DocStart ^http(s?)://www.amazon.co.uk js tri.excmds.urlmodify("-t", "www", "smile")
|
||||
|
||||
" This will have to do until someone writes us a nice syntax file :)
|
||||
" vim: set filetype=vim:
|
||||
|
|
|
|||
Loading…
Reference in a new issue