From 87ba29760adbcaa8a694b5a1fb85a70124b79e5c Mon Sep 17 00:00:00 2001 From: Maximilian Wolff Date: Fri, 17 Apr 2020 23:43:42 +0200 Subject: [PATCH] [dash] Fix wrong keybindings in README --- layers/+readers/dash/README.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layers/+readers/dash/README.org b/layers/+readers/dash/README.org index 6340b9a86..3597d9c80 100644 --- a/layers/+readers/dash/README.org +++ b/layers/+readers/dash/README.org @@ -82,7 +82,7 @@ For more details please check [[https://github.com/stanaka/dash-at-point#Usage][ | Key binding | Description | |-------------+-----------------------------------------------------------------| -| ~SPC d d~ | Lookup thing at point in Dash or Zeal | -| ~SPC d D~ | Lookup thing at point in Dash or Zeal within a specified Docset | -| ~SPC d h~ | Lookup thing at point in helm-dash or counsel-dash | -| ~SPC d H~ | Lookup in helm-dash or counsel-dash within a specified Docset | +| ~SPC a z d~ | Lookup thing at point in Dash or Zeal | +| ~SPC a z D~ | Lookup thing at point in Dash or Zeal within a specified Docset | +| ~SPC a z h~ | Lookup thing at point in helm-dash or counsel-dash | +| ~SPC a z H~ | Lookup in helm-dash or counsel-dash within a specified Docset |