dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit e8bd517957f65c73f495bdb81770cadf2bfd3262
parent 593bc791e6921a7a5038aed8378628984f68db66
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue,  2 Aug 2022 20:32:22 +0200

emacs: change search bindings to M-s

Diffstat:
Memacs/config.org | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -266,8 +266,8 @@ Set the key bindings: (za/global-set-key (kbd "C-c v") #'ivy-push-view) (za/global-set-key (kbd "C-c V") #'ivy-pop-view) (za/global-set-key (kbd "C-c c") #'counsel-compile) - (za/global-set-key (kbd "C-c k") #'counsel-ag) - (za/global-set-key (kbd "C-c f") #'counsel-fzf) + (za/global-set-key (kbd "M-s g") #'counsel-ag) + (za/global-set-key (kbd "M-s f") #'counsel-fzf) (za/global-set-key (kbd "C-c b") #'counsel-bookmark) (za/global-set-key (kbd "C-c p") #'counsel-recentf) (za/global-set-key (kbd "C-c o") #'counsel-outline)