Update hydras

This commit is contained in:
Maciej 2020-10-09 14:54:52 +03:00
parent 96e8daf9ee
commit 3cb48ebe3f
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
4 changed files with 27 additions and 21 deletions

View file

@ -92,13 +92,16 @@ _v_: Split vertically _<up>_: Move up
^Context^ ^Actions^
^^^^^^^^-----------------------------------------------------------------------
_r_: Reload buffer
_i_: Indent buffer
_r_: Reload buffer _f_: Format buffer
_i_: Indent buffer _m_: iMenu
"
("q" nil "cancel" :color blue)
("r" revert-buffer-no-confirm)
("i" indent-region)
("r" revert-buffer-no-confirm))
("f" lsp-format-buffer)
("m" lsp-ui-imenu))
:bind ("C-c p" . hydra-file-switcher-menu/body)
("C-c c" . hydra-programming-menu/body)