From: Armaan Bhojwani Date: Sat, 29 May 2021 19:08:10 +0000 (-0400) Subject: Bring back some ivy keybindings X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=630511bbf0fc179d711b33ebcbe0c6e04553d0bf Bring back some ivy keybindings --- 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