summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2017-01-27 15:34:18 -0800
committerJesse Luehrs <doy@tozt.net>2017-01-27 15:34:30 -0800
commite7e88975238838afda45270b7b3c6db217174414 (patch)
treeca4ffb59ccf48d073ddf974caf32e370b1789c8e
parent0014ce478083f14505b4d17ea843b283476143b1 (diff)
downloadconf-e7e88975238838afda45270b7b3c6db217174414.tar.gz
conf-e7e88975238838afda45270b7b3c6db217174414.zip
better gmail overrides
-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', '?'
]
]
)