]> git.armaanb.net Git - config.org.git/commitdiff
Bring back some ivy keybindings
authorArmaan Bhojwani <me@armaanb.net>
Sat, 29 May 2021 19:08:10 +0000 (15:08 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sat, 29 May 2021 19:08:10 +0000 (15:08 -0400)
config.org

index 95770ce4c8792e281de86937125d2825aebc6eb5..4bd3fc4b7c65d5a0ca0631d28905768ae8634c9e 100644 (file)
@@ -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
 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
     :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
 Ivy everywhere.
 #+begin_src emacs-lisp
   (use-package counsel
+    :bind ("C-M-j" . 'counsel-switch-buffer)
     :config (counsel-mode))
 #+end_src
 ** Remember frequent commands
     :config (counsel-mode))
 #+end_src
 ** Remember frequent commands