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

Loading…
Cancel
Save