aboutsummaryrefslogtreecommitdiffstats
path: root/.tridactylrc
blob: b21419a3788d87e1f2820b391017ee16a1ef19d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
sanitize tridactyllocal tridactylsync
guiset_quiet hoverlink right
" autocmd DocStart mail.google.com mode ignore
set theme dark
set completionfuzziness 1
set keyboardlayoutforce true
set allowautofocus false

" bind tp tabmove -1
" bind tn tabmove +1
bind <C-k> tabnext
bind <C-j> tabprev
seturl duolingo.com  superignore true
seturl localhost:8889 superignore true

blacklistadd mail.google.com/mail
blacklistadd mail.terminaldweller.com
blacklistadd mail.terminaldweller.com

command hint_focus hint -;
bind ;C composite hint_focus; !s xdotool key Menu

" vim: set filetype=tridactyl