diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-04-28 15:27:31 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-04-28 15:29:58 +0200 |
| commit | b116d210f174ad7869fcfc901f964ff62112ac41 (patch) | |
| tree | 158fc912d492ba31c8b9e873e9ced63e1a1aef83 /config.def.h | |
| parent | d8ab659d7c91a0563108b82521a41eeaadce1249 (diff) | |
| download | vis-b116d210f174ad7869fcfc901f964ff62112ac41.tar.gz vis-b116d210f174ad7869fcfc901f964ff62112ac41.tar.xz | |
vis: make <Escape> reset count in normal mode
Fix #825
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
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) }, |
