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
|
||||
"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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue