-
Notifications
You must be signed in to change notification settings - Fork 1
/
tridactyl
177 lines (170 loc) · 2.73 KB
/
tridactyl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
" set hintdelay
set hintchars fjdkslaeiwoghruxcz/vmtyqp
set hintshift true
set modeindicator true
set modeindicatorshowkeys true
set relatedopenpos next
set scrollduration 100
set smoothscroll false
set theme dark
set urlparentignorefragment true
" these do :tab #
unbind --mode=browser <C-6>
unbind --mode=browser <CS-6>
" [[sort on]]
unbind $
unbind --mode=browser /
unbind ;#
unbind ;:
unbind ;;
unbind ;A
unbind ;I
unbind ;K
unbind ;M
unbind ;O
unbind ;P
unbind ;S
unbind ;T
unbind ;V
unbind ;W
unbind ;X
unbind ;Y
unbind ;a
unbind ;b
unbind ;c
unbind ;d
unbind ;g#
unbind ;g;
unbind ;gA
unbind ;gF
unbind ;gI
unbind ;gP
unbind ;gS
unbind ;ga
unbind ;gb
unbind ;gd
unbind ;gf
unbind ;gi
unbind ;gk
unbind ;gp
unbind ;gr
unbind ;gs
unbind ;gv
unbind ;gw
unbind ;gy
unbind ;h
unbind ;i
unbind ;k
unbind ;m
unbind ;o
unbind ;p
unbind ;r
unbind ;s
unbind ;t
unbind ;v
unbind ;w
unbind ;x
unbind ;y
unbind ;z
unbind <<
unbind <A-m>
unbind <AC-Escape>
unbind <AC-`>
unbind <C-[>
unbind <C-a>
unbind <C-b>
unbind <C-d>
unbind <C-e>
unbind <C-f>
unbind <C-i>
unbind <C-o>
unbind <C-u>
unbind <C-x>
unbind <C-y>
unbind <F1>
unbind <S-Insert>
unbind >>
unbind A
unbind D
unbind G
unbind H
unbind L
unbind M
unbind O
unbind P
unbind R
unbind S
unbind T
unbind U
unbind W
unbind ZZ
unbind ^
unbind a
unbind d
unbind g!
unbind g$
unbind g0
unbind g;
unbind g?
unbind gF
unbind gH
unbind gT
unbind g^
unbind gf
unbind gg
unbind gr
unbind gt
unbind gx$
unbind gx0
unbind m
unbind o
unbind p
unbind r
unbind s
unbind t
unbind u
unbind v
unbind w
unbind x
unbind yc
unbind ym
unbind yo
unbind yq
unbind ys
unbind yt
unbind yy
unbind zI
unbind zM
unbind zO
unbind zR
unbind zi
unbind zm
unbind zo
unbind zr
unbind zz
" [[sort off]]
bind sf hint -y
bind sd hint -p
bind s# hint -#
bind sk hint -k *
bind sm hint -F e => { const pos = tri.dom.getAbsoluteCentre(e); tri.excmds.exclaim_quiet("xdotool mousemove --sync " + window.devicePixelRatio * pos.x + " " + window.devicePixelRatio * pos.y)}
bind sc hint -F e => { const pos = tri.dom.getAbsoluteCentre(e); tri.excmds.exclaim_quiet("xdotool mousemove --sync " + window.devicePixelRatio * pos.x + " " + window.devicePixelRatio * pos.y + "; xdotool click 1")}
bind sr hint -F e => { const pos = tri.dom.getAbsoluteCentre(e); tri.excmds.exclaim_quiet("xdotool mousemove --sync " + window.devicePixelRatio * pos.x + " " + window.devicePixelRatio * pos.y + "; xdotool click 3")}
bind x hint -;
bind sI hint -A
bind si hint -I
bind sj hint -z
bind ]c urlincrement 1
bind [c urlincrement -1
bind j scrollpx 0 50
bind k scrollpx 0 -50
bind J scrollpage 0.5
bind K scrollpage -0.5
bind gl scrollto 100 x
bind gh scrollto 0 x
bind gi scrollto 0
bind go scrollto 100
bind dl tabclosealltoright
bind dh tabclosealltoleft
bind I focusinput -l
bind ss clipboard yank