Browse Source

Fix outlook shortcut

main
Ashton Charbonneau 1 month ago
parent
commit
b671adb061
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      tridactylrc

+ 6
- 1
tridactylrc View File

8
 set smoothscroll true
8
 set smoothscroll true
9
 
9
 
10
 " Help
10
 " Help
11
-bind <F1> viewconfig nmaps
11
+bind <F1> help
12
+bind <F2> viewconfig
13
+bind <F3> viewconfig nmaps
12
 
14
 
13
 " Search
15
 " Search
14
 unbind <C-f>
16
 unbind <C-f>
142
 unbind <AS-ArrowUp><AS-ArrowUp><AS-ArrowDown><AS-ArrowDown><AS-ArrowLeft><AS-ArrowRight><AS-ArrowLeft><AS-ArrowRight>ba
144
 unbind <AS-ArrowUp><AS-ArrowUp><AS-ArrowDown><AS-ArrowDown><AS-ArrowLeft><AS-ArrowRight><AS-ArrowLeft><AS-ArrowRight>ba
143
 unbind g!
145
 unbind g!
144
 unbind g?
146
 unbind g?
147
+
148
+" Site fixes
149
+unbindurl outlook.office.com/mail.* e

Loading…
Cancel
Save