aboutsummaryrefslogtreecommitdiff
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
parent4ebf98394092c37ec2196e6a5b7f37a2e453ca6d (diff)
downloadvis-ef7f3ec0c53fc8b7ec193d292b4555d162219d8b.tar.gz
vis-ef7f3ec0c53fc8b7ec193d292b4555d162219d8b.tar.xz
vis: remove ~ as alias for g~
-rw-r--r--config.def.h1
-rw-r--r--man/vis.16
2 files changed, 3 insertions, 4 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) },
diff --git a/man/vis.1 b/man/vis.1
index 154b2f7..4e45b8c 100644
--- a/man/vis.1
+++ b/man/vis.1
@@ -789,6 +789,9 @@ make lowercase
.It Ic gU
make uppercase
.
+.It Ic g~
+swap case
+.
.It Ic J
join lines, insert spaces in between
.
@@ -804,9 +807,6 @@ shift-left, decrease indent
.It Ic >
shift-right, increase indent
.
-.It Ic ~
-swap case
-.
.It Ic y
yank, copy range to register
.El