new keybindings

This commit is contained in:
Stefan Schwarz 2019-08-05 18:00:57 +02:00
parent 925fb28df7
commit 8613857e1e

View file

@ -205,6 +205,7 @@
;; Files ;; Files
"ff" 'counsel-find-file "ff" 'counsel-find-file
"fL" 'counsel-locate "fL" 'counsel-locate
"fr" 'counsel-recentf
;; Git ;; Git
"g" '(:ignore t :which-key "Magit") "g" '(:ignore t :which-key "Magit")
@ -219,6 +220,7 @@
"mgg" 'lsp-find-definition "mgg" 'lsp-find-definition
"mh" 'lsp-describe-thing-at-point "mh" 'lsp-describe-thing-at-point
"mj" 'imenu "mj" 'imenu
"me" 'lsp-ui-flycheck-list
;; Projectile ;; Projectile
"p" '(:ignore t :which-key "Projectile") "p" '(:ignore t :which-key "Projectile")
@ -233,6 +235,7 @@
"s" '(:ignore t :which-key "Swyper") "s" '(:ignore t :which-key "Swyper")
"ss" 'swiper "ss" 'swiper
"sb" 'swiper-all "sb" 'swiper-all
"sw" 'avy-goto-word-0
;; Treemacs ;; Treemacs
"ft" 'treemacs "ft" 'treemacs