diff --git a/scripts/help.sh b/scripts/help.sh index e6e8c92..4fa29f9 100644 --- a/scripts/help.sh +++ b/scripts/help.sh @@ -14,10 +14,20 @@ function show_help() { cat << ENDOFHELP tmux-fingers ( $FINGERS_VERSION ) help: -- a-z: yank a highlighted hint -- : toggle compact hints on/off -- : exit [fingers] mode -- : exit help or [fingers] mode -- ?: show/hide this help +- a-z: copies selected match to the clipboard +- + a-z: copies selected match to the clipboard and triggers + @fingers-ctrl-action. By default it triggers :open: action, which is useful + for opening links in the browser for example. +- + a-z: copies selected match to the clipboard and triggers + @fingers-shift-action. By default it triggers :paste: action, which + automatically pastes selected matches. +- + a-z: copies selected match to the clipboard and triggers + @fingers-alt-action. There is no default, configurable by the user. +- : toggle compact hints on/off +- : toggle multi mode. First press enters multi mode, which allows + to select multiple matches. Second press will exit with the selected matches + copied to the clipboard. +- ?: show/hide this help +- , or q: exit [fingers] mode ENDOFHELP }