new keybindings
This commit is contained in:
parent
925fb28df7
commit
8613857e1e
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue