(Emacs/config)~g is not bound in compilation-mode-map
This means I can use, say, ~gg~ to go to the top of the buffer without recompiling.
This commit is contained in:
@@ -1050,6 +1050,9 @@ Colourising the compilation buffer so ANSI colour codes get computed.
|
||||
(nmmap
|
||||
:keymaps 'compilation-mode-map
|
||||
"c" #'recompile)
|
||||
(general-def
|
||||
:keymaps 'compilation-mode-map
|
||||
"g" nil) ;; by default this is recompile
|
||||
:display
|
||||
("\\*compilation\\*"
|
||||
(display-buffer-reuse-window display-buffer-at-bottom)
|
||||
|
||||
Reference in New Issue
Block a user