[Emac] Better keybinds
This commit is contained in:
parent
107840e6db
commit
b48b2703fe
@ -2691,13 +2691,13 @@ compilation buffer, as well as enable some syntax highlighting.
|
|||||||
(phundrak/evil
|
(phundrak/evil
|
||||||
:keymaps 'compilation-mode-map
|
:keymaps 'compilation-mode-map
|
||||||
"g" nil
|
"g" nil
|
||||||
"r" #'recompile
|
"r" nil
|
||||||
|
"R" #'recompile
|
||||||
"h" nil)
|
"h" nil)
|
||||||
(phundrak/leader-key
|
(phundrak/leader-key
|
||||||
"R" #'recompile)
|
"R" #'recompile)
|
||||||
:config
|
:config
|
||||||
(setq compilation-scroll-output t))
|
(setq compilation-scroll-output t))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Eshell
|
*** Eshell
|
||||||
@ -4991,7 +4991,7 @@ comma.
|
|||||||
"C" '(:ignore :which-key "checkdoc")
|
"C" '(:ignore :which-key "checkdoc")
|
||||||
"Cc" #'checkdoc
|
"Cc" #'checkdoc
|
||||||
"Cs" #'checkdoc-start
|
"Cs" #'checkdoc-start
|
||||||
"e" '(nil :which-key "eval")
|
"e" '(:ignore :which-key "eval")
|
||||||
"eb" #'eval-buffer
|
"eb" #'eval-buffer
|
||||||
"ed" #'eval-defun
|
"ed" #'eval-defun
|
||||||
"ee" #'eval-last-sexp
|
"ee" #'eval-last-sexp
|
||||||
|
Loading…
Reference in New Issue
Block a user