From 250a460a1445e87551907beac346660304bc2fa5 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 27 Jan 2018 16:32:38 +0100 Subject: [PATCH] =?UTF-8?q?[Misc]=20Change=20keybinding=20of=20=E2=80=98iv?= =?UTF-8?q?y-restrict-to-matches=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default keybinding cause me too many typos ... --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 093870f..b29b0b0 100644 --- a/init.el +++ b/init.el @@ -894,7 +894,9 @@ Certificates are assumed to be of the form *.crt." (setq ivy-initial-inputs-alist '((counsel-describe-function . "^") (counsel-describe-variable . "^") (man . "^") - (woman . "^"))))) + (woman . "^"))) + (bind-key "C-S-SPC" #'ivy-restrict-to-matches ivy-minibuffer-map) + (unbind-key "S-SPC" ivy-minibuffer-map))) (use-package counsel :commands (counsel-org-goto-all