[Misc] Change keybinding of ‘ivy-restrict-to-matches’

The default keybinding cause me too many typos ...
This commit is contained in:
Daniel - 2018-01-27 16:32:38 +01:00
parent e5cbbb0a43
commit 250a460a14
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 1 deletions

View File

@ -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