From b4b4ccfe31b1404123ab19b1eba18740b8e9b207 Mon Sep 17 00:00:00 2001 From: John McBride Date: Mon, 3 Feb 2020 12:52:47 -0700 Subject: [PATCH] Correct bind option Signed-off-by: John McBride --- plugins/available/jump.plugin.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/available/jump.plugin.bash b/plugins/available/jump.plugin.bash index 3c1f20a6..74ce232f 100755 --- a/plugins/available/jump.plugin.bash +++ b/plugins/available/jump.plugin.bash @@ -1,5 +1,5 @@ cite about-plugin -about-plugin 'initialize jump (see https://github.com/gsamokovarov/jump). Add `export JUMP_OPTS="bind=z"` to change keybinding' +about-plugin 'initialize jump (see https://github.com/gsamokovarov/jump). Add `export JUMP_OPTS="--bind=z"` to change keybinding' __init_jump() { command -v jump &> /dev/null || return