aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2018-04-26 14:24:55 +0200
committerMarc André Tanner <mat@brain-dump.org>2018-05-16 13:24:01 +0200
commit62ea7dcff1df815628e8d4a796c401056c7766f7 (patch)
treee6527c32155d8ee85324aea039d88bbcccd59b10 /main.c
parentf9d0d91f5160a69ce6977395ba19c6d20cb8af4d (diff)
downloadvis-62ea7dcff1df815628e8d4a796c401056c7766f7.tar.gz
vis-62ea7dcff1df815628e8d4a796c401056c7766f7.tar.xz
vis: implement g~ using tr(1)
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.c b/main.c
index bfbcc6d..efce88e 100644
--- a/main.c
+++ b/main.c
@@ -236,7 +236,6 @@ enum {
VIS_ACTION_OPERATOR_YANK,
VIS_ACTION_OPERATOR_SHIFT_LEFT,
VIS_ACTION_OPERATOR_SHIFT_RIGHT,
- VIS_ACTION_OPERATOR_CASE_SWAP,
VIS_ACTION_COUNT,
VIS_ACTION_INSERT_NEWLINE,
VIS_ACTION_INSERT_TAB,
@@ -777,11 +776,6 @@ static const KeyAction vis_action[] = {
VIS_HELP("Shift right operator")
operator, { .i = VIS_OP_SHIFT_RIGHT }
},
- [VIS_ACTION_OPERATOR_CASE_SWAP] = {
- "vis-operator-case-swap",
- VIS_HELP("Swap case operator")
- operator, { .i = VIS_OP_CASE_SWAP }
- },
[VIS_ACTION_COUNT] = {
"vis-count",
VIS_HELP("Count specifier")