From b0f9de1bb6b3a4949b758e1cb7ffa28b21a8ddf4 Mon Sep 17 00:00:00 2001 From: Sebastian Gniazdowski Date: Fri, 9 Dec 2016 08:35:37 +0100 Subject: [PATCH] hsmw: Inform about bump functionality (Ctrl-J) --- history-search-multi-word | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history-search-multi-word b/history-search-multi-word index 8a46f73..1573f84 100644 --- a/history-search-multi-word +++ b/history-search-multi-word @@ -154,7 +154,7 @@ _hsmw_main() { # Colorify # - local preamble=$'\n'"Ctrl-K for context of selected entry. Element #$__hsmw_hcw_index of $max_index"$'\n' + local preamble=$'\n'"Ctrl-K – context, Ctrl-J – bump. Entry #$__hsmw_hcw_index of $max_index"$'\n' integer offset=${#preamble}+${#BUFFER} POSTDISPLAY="$preamble$text"