From 76b901e6e75f23baaf39da7fef5b3f506d69648e Mon Sep 17 00:00:00 2001 From: Sebastian Gniazdowski Date: Wed, 12 Apr 2017 09:13:31 +0200 Subject: [PATCH] Updated README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5561892..4a1be25 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ HSMW is **FAST** – highlighting 20 concurrent complex history entries does not # News +* 12-04-2017 + - Page size can be relative to screen height, e.g.: + + ```zsh + zstyle ":history-search-multi-word" page-size "LINES/4" + ``` + * 05-04-2017 - 17% performance optimization