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 77476a8..9eaffb0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -225,7 +225,7 @@ static const KeyBinding bindings_normal[] = {
{ "<C-y>", ACTION(WINDOW_SLIDE_DOWN) },
{ "D", ALIAS("d$") },
{ "<Delete>", ALIAS("x") },
- { "<Escape>", ACTION(SELECTIONS_REMOVE_ALL) },
+ { "<Escape>", ACTION(MODE_NORMAL_ESCAPE) },
{ "<F1>", ALIAS(":help<Enter>") },
{ "ga", ACTION(UNICODE_INFO) },
{ "g8", ACTION(UTF8_INFO) },