summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimfx/config.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/vimfx/config.js b/vimfx/config.js
index 552b452..831297b 100644
--- a/vimfx/config.js
+++ b/vimfx/config.js
@@ -152,11 +152,7 @@ vimfx.addKeyOverrides(
[
location => location.hostname === 'mail.google.com',
[
- '!', '#', '*', '.', ';', '?',
- 'A', 'F', 'I', 'N', 'U', '_',
- '[', ']', '{', '}',
- 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'i', 'j', 'k', 'l', 'm',
- 'n', 'p', 'q', 'r', 's', 'u', 'v', 'x', 'y', 'z'
+ 'A', 'i', 'c', 'j', 'k', 'm', 'N', 'U', 'x', '?'
]
]
)