From f461267542948b95b4ce2995fe2acb02938860d1 Mon Sep 17 00:00:00 2001 From: Linus Arver Date: Fri, 18 Jun 2021 10:27:34 -0700 Subject: [PATCH] README: update guidance for thumbs-reverse and thumbs-unique On tmux 3.2, setting these options as directed in the old instructions results in an "empty value" error message. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9901797..e6d583f 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Choose in which direction you want to assign hints. Useful to get shorter hints For example: ``` -set -g @thumbs-reverse +set -g @thumbs-reverse enabled ``` ### @thumbs-unique @@ -145,7 +145,7 @@ Choose if you want to assign the same hint for the same matched strings. For example: ``` -set -g @thumbs-unique +set -g @thumbs-unique enabled ``` ### @thumbs-position