diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5e9bb27..65db5d6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -404,7 +404,11 @@ ("C-DEL" . ivy-backward-kill-word) ("C-" . ivy-backward-kill-word) ("M-DEL" . counsel-up-directory) - ("M-" . counsel-up-directory))) + ("M-" . counsel-up-directory)) + :map comint-mode-map (("C-s" . counsel-shell-history) + ("C-r" . counsel-shell-history) + ("M-s" . swiper) + ("M-r" . swiper))) :init (bind-key "C-c C-c M-x" 'execute-extended-command) ;;normal M-x. :config