aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 6a4555e..61b97b3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -243,6 +243,7 @@ static const KeyBinding bindings_visual[] = {
{ "+", ACTION(SELECTIONS_ROTATE_RIGHT) },
{ "<", ALIAS("<vis-operator-shift-left>gv") },
{ ">", ALIAS("<vis-operator-shift-right>gv") },
+ { "<C-a>", ACTION(SELECTIONS_NEW_MATCH_ALL) },
{ "<C-b>", ALIAS("<PageUp>") },
{ "<C-c>", ACTION(SELECTIONS_REMOVE_COLUMN) },
{ "<C-d>", ACTION(SELECTIONS_NEXT) },