diff options
| author | Maxime Coste <mawww@kakoune.org> | 2022-07-24 10:12:58 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2022-07-24 10:12:58 +1000 |
| commit | 08f5bc39597b3293ee7fa562cc2e58519c50e3f0 (patch) | |
| tree | 0ea07b7f5e114864077a164b596e719e66fe470b /src | |
| parent | b2bdaf82885953e8eccf8e73da032ccb54a8ad04 (diff) | |
| parent | 19d2de41c0a4da6b0b620a06afbaa8886fc1f990 (diff) | |
Merge remote-tracking branch 'krobelus/startup-info'
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index b37a14d6..f0a688ec 100644 --- a/src/main.cc +++ b/src/main.cc @@ -48,7 +48,7 @@ struct { "» {+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" + "» {+b}p{}, {+b}P{}, {+b}!{} and {+b}<a-!>{} now select the inserted text\n" "» {+b}x{} now uses {+b}<a-x>{} behaviour\n" "» {+b}<space>{} and {+b},{} have been swapped\n" }, { |
