From 630511bbf0fc179d711b33ebcbe0c6e04553d0bf Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sat, 29 May 2021 15:08:10 -0400 Subject: [PATCH] Bring back some ivy keybindings --- config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.org b/config.org index 95770ce..4bd3fc4 100644 --- a/config.org +++ b/config.org @@ -265,6 +265,10 @@ Define templates for lots of common structure elements. Mostly just used within A well balanced completion framework. #+begin_src emacs-lisp (use-package ivy + :bind (:map ivy-minibuffer-map + ("TAB" . ivy-alt-done)) + (:map ivy-switch-buffer-map + ("M-d" . ivy-switch-buffer-kill)) :config (ivy-mode)) #+end_src ** Ivy-rich @@ -277,6 +281,7 @@ A well balanced completion framework. Ivy everywhere. #+begin_src emacs-lisp (use-package counsel + :bind ("C-M-j" . 'counsel-switch-buffer) :config (counsel-mode)) #+end_src ** Remember frequent commands -- 2.39.2