diff options
| author | Johannes Altmanninger <aclopte@gmail.com> | 2022-07-17 19:31:36 +0200 |
|---|---|---|
| committer | Johannes Altmanninger <aclopte@gmail.com> | 2022-07-21 16:48:44 +0200 |
| commit | 19d2de41c0a4da6b0b620a06afbaa8886fc1f990 (patch) | |
| tree | 626accf97816cff0b9759aa5f686ab4ba754ed35 /src/main.cc | |
| parent | 559af669c77a3b3b6de0376f177ebbba5ebd0328 (diff) | |
Update startup info with p/P breaking change
Diffstat (limited to 'src/main.cc')
| -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" }, { |
