mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Add more examples to tridactylrc
This commit is contained in:
parent
d648ef4a9a
commit
673990aa76
1 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
" Binds
|
||||
"
|
||||
|
||||
" Comment toggler
|
||||
" Comment toggler for Reddit and Hacker News
|
||||
bind ;c hint -c [class*="expand"],[class="togg"]
|
||||
|
||||
"
|
||||
|
@ -27,6 +27,11 @@ set editorcmd st vim
|
|||
set hintfiltermode vimperator-reflow
|
||||
set hintchars 4327895610
|
||||
|
||||
" Make Tridactyl work on more sites at the expense of some security
|
||||
set csp clobber
|
||||
|
||||
" Make quickmarks for the sane Tridactyl issue view
|
||||
quickmark t https://github.com/cmcaine/tridactyl/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+
|
||||
|
||||
"
|
||||
" URL redirects
|
||||
|
|
Loading…
Add table
Reference in a new issue