branch: elpa/helm commit 82d35e2cd674b3ac2bced7477e3dd162720ab436 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Change default prefix bindings for helm-action-at-nth-* --- helm-core.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-core.el b/helm-core.el index 183a942736..794aa19957 100644 --- a/helm-core.el +++ b/helm-core.el @@ -540,7 +540,7 @@ Default to Helm group when group is not defined in source." (set var val) (helm--action-at-nth-set-fn-1 val)) -(defcustom helm-action-at-nth-negative-prefix-key "C-x %d" +(defcustom helm-action-at-nth-negative-prefix-key "M-%d" "The prefix key to execute default action on nth <-n> candidate. This is a format spec where %d will be replaced by the candidate @@ -554,7 +554,7 @@ customize for immediate effect." :type 'string :set #'helm--action-at-nth-set-fn-) -(defcustom helm-action-at-nth-positive-prefix-key "C-c %d" +(defcustom helm-action-at-nth-positive-prefix-key "C-%d" "The prefix key to execute default action on nth <+n> candidate. This is a format spec where %d will be replaced by the candidate