Add hydra for managing default projects
This commit is contained in:
parent
271d87f6a6
commit
d2b17e2fa3
5 changed files with 26 additions and 7 deletions
17
03ivy.el
17
03ivy.el
|
|
@ -1,17 +0,0 @@
|
|||
(setq-default ivy-use-virtual-buffers t)
|
||||
(setq-default ivy-count-format "(%d of %d) ")
|
||||
|
||||
(counsel-mode 1)
|
||||
|
||||
(global-set-key (kbd "C-c a") 'counsel-ag)
|
||||
(global-set-key (kbd "C-c b") 'ivy-switch-buffer)
|
||||
(global-set-key (kbd "C-c t") 'counsel-find-file)
|
||||
|
||||
(global-set-key (kbd "C-s") 'swiper) ;; Find things by regexp
|
||||
(global-set-key (kbd "M-x") 'counsel-M-x) ;; M-x on steroids
|
||||
|
||||
(global-set-key (kbd "<f1> f") 'counsel-describe-function)
|
||||
(global-set-key (kbd "<f1> v") 'counsel-describe-variable)
|
||||
(global-set-key (kbd "<f1> l") 'counsel-find-library)
|
||||
(global-set-key (kbd "<f2> i") 'counsel-info-lookup-symbol)
|
||||
(global-set-key (kbd "<f2> u") 'counsel-unicode-char)
|
||||
Loading…
Add table
Add a link
Reference in a new issue