From 43d185248d85212664880f8b32715e2a59f8c353 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Fri, 3 Sep 2021 13:59:16 +0000 Subject: [PATCH] Add a bit more of documentation about binding --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9bf17ab..851d6a9 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,13 @@ For example: set -g @thumbs-key F ``` +If you want to customize the way how `tmux-thumbs` is triggered, you can always +bind whatever key to `thumbs-pick` command. For example: + +``` +bind-key \; thumbs-pick +``` + ### @thumbs-alphabet `default: qwerty`