summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2024-05-04 14:30:19 +0200
committerCanop <cano.petrole@gmail.com>2024-05-04 14:30:19 +0200
commitc7a1886ed98dbadea0b6ea483fd0254458a5bad6 (patch)
treeb96b03911158b65b8cfb1e652a6f42a6cf5e6a73
parent3c3f4e62dd9a3252f7dababe01aef3b8d5f5e4d0 (diff)
update changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6514fde..ad6ebab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+### next
+- `-{flags}` verb lets you change the state the same way you do it at start, eg `:-sd` to show sizes and dates
+
### v1.37.0 - 2024-04-28
<a name="v1.37.0"></a>
- optionally display lines surrounding a matching line in preview, with `lines_before_match_in_preview` and `lines_after_match_in_preview` - Fix #756