From 19e2a2380ae99d4f6e4c33d85c2c78c78f42f179 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Sat, 14 Dec 2019 01:41:16 +0100 Subject: [PATCH] More documentation about multi-selection --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3f7d592..534cd5e 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,7 @@ This is the list of available alphabets: - **Arrow navigation:** You can use the arrows to move arround between all matched items. - **Auto paste:** If your last typed hint character is uppercase, you are going to pick and paste the desired hint. +- **Multi selection:** If you run thumb with multi selection mode you will be able to choose multiple hints pressing the desired letter and `Space` to finalize the selection. ## Tmux compatibility @@ -370,6 +371,14 @@ If you want to enjoy terminal hints, you can do things like this without `tmux`: > git log | pick ``` +Or multi selection: + +``` +> git log | thumbs -m +1df9fa69c8831ac042c6466af81e65402ee2a007 +4897dc4ecbd2ac90b17de95e00e9e75bb540e37f +``` + ## Background As I said, this project is based in [tmux-fingers](https://github.com/Morantron/tmux-fingers). Morantron did an extraordinary job, building all necessary pieces in Bash to achieve the text picker behaviour. He only deserves my gratitude for all the time I have been using [tmux-fingers](https://github.com/Morantron/tmux-fingers).