jump commands
This commit is contained in:
parent
4b0f9bc941
commit
1cc053b02c
1 changed files with 4 additions and 0 deletions
4
init.el
4
init.el
|
@ -258,6 +258,10 @@
|
||||||
"gS" 'magit-stage-file
|
"gS" 'magit-stage-file
|
||||||
"gU" 'magit-unstage-file
|
"gU" 'magit-unstage-file
|
||||||
|
|
||||||
|
;; Jumps
|
||||||
|
"j" '(:ignore t :which-key "Jump")
|
||||||
|
"jj" 'avy-goto-char-2
|
||||||
|
|
||||||
;; Langs
|
;; Langs
|
||||||
"mf" 'lsp-format-buffer
|
"mf" 'lsp-format-buffer
|
||||||
"mgg" 'lsp-find-definition
|
"mgg" 'lsp-find-definition
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue