migrate from msmtp (external) to emacs's own smtpmail
[~bandali/configs] / .config / tridactyl / tridactylrc
CommitLineData
ca3a844a
AB
1bind n scrollline 2
2bind p scrollline -2
3
4bind 0 scrollto 0 x
5bind - scrollto 100 x
6
7bind P tabprev
8bind N tabnext
9
10bind d scrollpage 0.5
11bind u scrollpage -0.5
12unbind <C-d>
13unbind <C-u>
14
15bind x tabclose
16bind X undo
17bind <C-S> stop
18
19bind gd tabduplicate
20bind gw tabdetach
21
22bind O fillcmdline bmarks
23
24bind ;<Space> fillcmdline_notrail
25
26unbind <C-f>
27
28set hintfiltermode vimperator-reflow
29set hintnames numeric
30set urlparenttrailingslash false
31
32set browser abrowser
33" set newtab https://bandali.eu.org
34
35seturl warrior.uwaterloo.ca noiframe true
36
37" autocmd DocStart www.reddit.com js tri.excmds.urlmodify("-t", "www", "old")