aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-07-27 21:59:30 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-07-28 13:21:50 +0200
commitb134abd515969c123182d5f20008a5f89bd7bfe4 (patch)
tree9a93e77009633b76cd105917be315decb0e75ae9 /config.def.h
parent620518966fb99511c506af292cc1885f7a419881 (diff)
downloadvis-b134abd515969c123182d5f20008a5f89bd7bfe4.tar.gz
vis-b134abd515969c123182d5f20008a5f89bd7bfe4.tar.xz
vis: ESC in normal mode clears all cursors
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 950fd54..92276ea 100644
--- a/config.def.h
+++ b/config.def.h
@@ -359,6 +359,7 @@ static KeyBinding vis_marks_set[] = {
};
static KeyBinding vis_mode_normal[] = {
+ { { NONE(ESC) }, cursors_clear, { } },
{ { CONTROL('w'), NONE('n') }, cmd, { .s = "open" } },
{ { CONTROL('w'), NONE('c') }, cmd, { .s = "q" } },
{ { CONTROL('w'), NONE('s') }, cmd, { .s = "split" } },