Improve some keybindings

This commit is contained in:
Bozhidar Batsov 2020-12-10 21:01:13 +02:00
parent 6236bfefd9
commit 446dc7dd3b
7 changed files with 23 additions and 17 deletions

View file

@ -71,7 +71,7 @@
(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)
(global-set-key (kbd "C-c g") 'counsel-git)
(global-set-key (kbd "C-c g") 'counsel-git) ; will override the keybinding for `magit-file-dispatch'
(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)