diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-07-26 11:27:30 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-08-01 14:59:32 +0200 |
| commit | ef7f3ec0c53fc8b7ec193d292b4555d162219d8b (patch) | |
| tree | faee0da3e08bbc49b906965b1cba0e67c904cd9b | |
| parent | 4ebf98394092c37ec2196e6a5b7f37a2e453ca6d (diff) | |
| download | vis-ef7f3ec0c53fc8b7ec193d292b4555d162219d8b.tar.gz vis-ef7f3ec0c53fc8b7ec193d292b4555d162219d8b.tar.xz | |
vis: remove ~ as alias for g~
| -rw-r--r-- | config.def.h | 1 | ||||
| -rw-r--r-- | man/vis.1 | 6 |
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) }, @@ -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 |
