mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-22 03:13:09 +00:00
hsmw: Inform about bump functionality (Ctrl-J)
This commit is contained in:
parent
cec22e3e15
commit
b0f9de1bb6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue