aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-07-26 11:27:30 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-08-01 14:59:32 +0200
commitef7f3ec0c53fc8b7ec193d292b4555d162219d8b (patch)
treefaee0da3e08bbc49b906965b1cba0e67c904cd9b /config.def.h
parent4ebf98394092c37ec2196e6a5b7f37a2e453ca6d (diff)
downloadvis-ef7f3ec0c53fc8b7ec193d292b4555d162219d8b.tar.gz
vis-ef7f3ec0c53fc8b7ec193d292b4555d162219d8b.tar.xz
vis: remove ~ as alias for g~
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 99df20f..d99277c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -163,7 +163,6 @@ static const KeyBinding bindings_operators[] = {
{ "7", ACTION(COUNT) },
{ "8", ACTION(COUNT) },
{ "9", ACTION(COUNT) },
- { "~", ALIAS("g~") },
{ "=", ALIAS(":|fmt<Enter>") },
{ "<", ACTION(OPERATOR_SHIFT_LEFT) },
{ ">", ACTION(OPERATOR_SHIFT_RIGHT) },