aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
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 9eaffb0..cfa87b4 100644
--- a/config.def.h
+++ b/config.def.h
@@ -284,7 +284,7 @@ static const KeyBinding bindings_visual[] = {
{ "<C-u>", ACTION(SELECTIONS_PREV) },
{ "<C-x>", ACTION(SELECTIONS_NEW_MATCH_SKIP) },
{ "<Delete>", ALIAS("<Backspace>") },
- { "<Escape>", ACTION(MODE_NORMAL) },
+ { "<Escape>", ACTION(MODE_VISUAL_ESCAPE) },
{ "I", ACTION(SELECTIONS_NEW_LINES_BEGIN) },
{ "J", ACTION(JOIN_LINES) },
{ "gJ", ACTION(JOIN_LINES_TRIM) },