Skip to content

Commit

Permalink
vis: remove ~ as alias for g~
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Aug 1, 2020
1 parent 4ebf983 commit ef7f3ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) },
Expand Down
6 changes: 3 additions & 3 deletions man/vis.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
.
Expand All @@ -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
Expand Down

0 comments on commit ef7f3ec

Please sign in to comment.