summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2022-06-12 21:30:56 +1000
committerMaxime Coste <mawww@kakoune.org>2022-07-05 08:43:40 +1000
commitf3cb2e434004a718d1225cb0d74c694e66a7248b (patch)
tree3db093128a1fac7610e9e339b3fc93493446b831 /src/main.cc
parentdf79d0c2453991c4762c6c6ffbccd714312c87f9 (diff)
Remove <esc> as end macro recording, Q should be enough
Besides being redundant, it is easy to press esc by mistake/habit while recording a macro.
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index 83d37a9d..22adf194 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -45,6 +45,7 @@ struct {
StringView notes;
} constexpr version_notes[] = { {
0,
+ "» {+b}<esc>{} does not end macro recording anymore, use {+b}Q{}\n"
"» pipe commands do not append final end-of-lines anymore\n"
"» {+u}complete-command{} to configure command completion\n"
"» {+b}!{} and {+b}<a-!>{} now select the inserted text\n"