tridactyl and shell: use emacs as default editor
[~bandali/configs] / .config / tridactyl / tridactylrc
CommitLineData
2446aab5
AB
1set editorcmd emcl
2
8c71e630
AB
3bind j scrollline 2
4bind k scrollline -2
5bind n scrollline 2
6bind p scrollline -2
7
f120f77c
AB
8bind 0 scrollto 0 x
9bind - scrollto 100 x
10
8c71e630
AB
11bind J tabprev
12bind K tabnext
13bind P tabprev
14bind N tabnext
15
16bind d scrollpage 0.5
17bind u scrollpage -0.5
77bc0ba9
AB
18unbind <C-d>
19unbind <C-u>
8c71e630
AB
20
21bind x tabclose
22bind X undo
f120f77c 23bind <C-S> stop
8c71e630
AB
24
25bind gd tabduplicate
26bind gw tabdetach
27
77bc0ba9
AB
28bind O fillcmdline bmarks
29
8c71e630
AB
30bind ;<Space> fillcmdline_notrail
31
f120f77c
AB
32unbind <C-f>
33
8c71e630
AB
34set hintfiltermode vimperator-reflow
35set hintnames numeric
36
37set browser iceweasel
38
f120f77c
AB
39seturl warrior.uwaterloo.ca noiframe true
40
41" autocmd DocStart www.reddit.com js tri.excmds.urlmodify("-t", "www", "old")