Work on removing evil-leader key binding as they might be not needed
This commit is contained in:
parent
def7b66def
commit
787943df9e
7 changed files with 33 additions and 17 deletions
9
03ivy.el
9
03ivy.el
|
|
@ -7,3 +7,12 @@
|
|||
(evil-leader/set-key "b" 'ivy-switch-buffer)
|
||||
(evil-leader/set-key "/" 'swiper)
|
||||
(evil-leader/set-key "t" 'counsel-find-file)
|
||||
|
||||
(global-set-key (kbd "C-s") 'swiper)
|
||||
(global-set-key (kbd "M-x") 'counsel-M-x)
|
||||
(global-set-key (kbd "C-x C-f") 'counsel-find-file)
|
||||
(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