aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-07-03 23:58:13 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-07-04 00:09:37 +0200
commitbfb9071526d770d1d598bb8a9752313154441283 (patch)
treee0969805bb14ce5224611e8d4101e62cec0295e9 /config.def.h
parent54ca598fcccff8844bfbe494cd3b325b2fea487f (diff)
downloadvis-bfb9071526d770d1d598bb8a9752313154441283.tar.gz
vis-bfb9071526d770d1d598bb8a9752313154441283.tar.xz
vis: implement `gv` by means of new "^ register
This window local register holds the last active selections.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 0ea03c9..e106b52 100644
--- a/config.def.h
+++ b/config.def.h
@@ -247,7 +247,7 @@ static const KeyBinding bindings_normal[] = {
{ "g+", ACTION(LATER) },
{ "gn", ALIAS("vgn") },
{ "gN", ALIAS("vgN") },
- { "gv", ACTION(SELECTION_RESTORE) },
+ { "gv", ALIAS("\"^Sv") },
{ "I", ACTION(INSERT_LINE_START) },
{ "i", ACTION(MODE_INSERT) },
{ "J", ACTION(JOIN_LINES) },