From 8ddc517b4cdbaafd39e54c0d7965558049e8a46c Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Sun, 5 Jan 2020 12:44:09 +0100 Subject: [PATCH] fix oopsie in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79930fa..3a24bf5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ While in **[fingers]** mode, you can use the following shortcuts: * a-z: copies selected match to the clipboard * CTRL + a-z: copies selected match to the clipboard and triggers [@fingers-ctrl-action](#fingers-ctrl-action). By default it triggers `:open:` action, which is useful for opening links in the browser for example. -* SHIFT + a-z: copies selected match to the clipboard and triggers [@fingers-ctrl-action](#fingers-shift-action). By default it triggers `:paste:` action, which automatically pastes selected matches. +* SHIFT + a-z: copies selected match to the clipboard and triggers [@fingers-shift-action](#fingers-shift-action). By default it triggers `:paste:` action, which automatically pastes selected matches. * ALT + a-z: copies selected match to the clipboard and triggers [@fingers-alt-action](#fingers-alt-action). There is no default, configurable by the user. * TAB: 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. * SPACE: toggle compact hints ( see [@fingers-compact-hints](#fingers-compact-hints) ).