blob: 3267a51ddc5ab451b0043fb75653b97df34042f7 (
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
24
|
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
autocmd DocStart localhost:8889 mode ignore
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
|