home: firefox: tridactyl: fix comment toggle
Ignore javascript event, like the upstream binding.
This commit is contained in:
parent
b3662bfe5e
commit
7df77a7e0c
|
@ -12,7 +12,7 @@ set editorcmd termite --class tridactyl_editor -e 'vim %f'
|
|||
" Binds {{{
|
||||
" Reddit et al. {{{
|
||||
" Toggle comments on Reddit, Hacker News, Lobste.rs
|
||||
bind ;c hint -c [class*="expand"],[class*="togg"],[class="comment_folder"]
|
||||
bind ;c hint -Jc [class*="expand"],[class*="togg"],[class="comment_folder"]
|
||||
|
||||
" Make `gu` take me back to subreddit from comments
|
||||
bindurl reddit.com gu urlparent 3
|
||||
|
|
Loading…
Reference in a new issue