Prashant Meckoni
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
0 deletions
-
CHANGELOG.md
-
modules/prelude-ivy.el
|
|
|
@ -12,6 +12,7 @@ |
|
|
|
|
|
|
|
* Bind all essential `avy` commands to their recommended keybindings. |
|
|
|
* Remove `company-lsp`. |
|
|
|
* Replace `yank-pop` key-binding to `counse-yank-pop` for `ivy-mode`. |
|
|
|
|
|
|
|
### Bugs fixed |
|
|
|
|
|
|
|
|
|
|
|
@ -70,6 +70,7 @@ |
|
|
|
(global-set-key (kbd "C-c j") 'counsel-git-grep) |
|
|
|
(global-set-key (kbd "C-c a") 'counsel-ag) |
|
|
|
(global-set-key (kbd "C-x l") 'counsel-locate) |
|
|
|
(global-set-key (kbd "M-y") 'counsel-yank-pop) |
|
|
|
(define-key minibuffer-local-map (kbd "C-r") 'counsel-minibuffer-history) |
|
|
|
|
|
|
|
(provide 'prelude-ivy) |
|
|
|
|