From 8613857e1ea61878a2d6508201f6201b9c7330dc Mon Sep 17 00:00:00 2001 From: Stefan Schwarz Date: Mon, 5 Aug 2019 18:00:57 +0200 Subject: [PATCH] new keybindings --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index ff2719b..9c56236 100644 --- a/init.el +++ b/init.el @@ -205,6 +205,7 @@ ;; Files "ff" 'counsel-find-file "fL" 'counsel-locate + "fr" 'counsel-recentf ;; Git "g" '(:ignore t :which-key "Magit") @@ -219,6 +220,7 @@ "mgg" 'lsp-find-definition "mh" 'lsp-describe-thing-at-point "mj" 'imenu + "me" 'lsp-ui-flycheck-list ;; Projectile "p" '(:ignore t :which-key "Projectile") @@ -233,6 +235,7 @@ "s" '(:ignore t :which-key "Swyper") "ss" 'swiper "sb" 'swiper-all + "sw" 'avy-goto-word-0 ;; Treemacs "ft" 'treemacs