You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to propose the following keybindings to the SPC c (Compilation) function:
Keybinding
Function
SPC c r
repeat last compilation
SPC c Q
close all compilation windows opened
SPC c d
close last compilation window
SPC c q
close compilation window in current frame
SPC c s
show last compilation buffer in current frame
SPC c S
show and focus last compilation buffer
I wouldn't call these "issues", but this is why I think my proposal is an improvement:
SPC c r: currently only repeats last compilations issued with SPC c C (and SPC c c probably?) but it won't recompile SPC p c (projectile-compile-project) for instance.
SPC c d and SPC c q: was recently remapped to SPC c d to be consistent with SPC w d, but this last one closes currently focused window, not last. So maybe we could keep one keybiding for last compilation buffer (SPC c d) and one for inside current frame compilation buffer (SPC c q)?
SPC c Q: and then the one to rule them all to get rid of all opened compilation buffers.
SPC c s and SPC c S: due to the recent change to SPC e n being remapped to compilation-next-error instead of flycheck-next-erroronly when a compilation buffer is opened, once you hide the compilation buffer or close it, you lose the ability to navigate between errors, so opening it up again could be useful to continue navigation (instead of having to re-launch compilation?).
Might be worth noting I'm thinking these for a emacs-daemon & emacsclient kind of workflow. Don't know if/how it would work elsewhere.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!
I would like to propose the following keybindings to the
SPC c
(Compilation) function:SPC c r
SPC c Q
SPC c d
SPC c q
SPC c s
SPC c S
I wouldn't call these "issues", but this is why I think my proposal is an improvement:
SPC c r
: currently only repeats last compilations issued withSPC c C
(andSPC c c
probably?) but it won't recompileSPC p c
(projectile-compile-project
) for instance.SPC c d
andSPC c q
: was recently remapped toSPC c d
to be consistent withSPC w d
, but this last one closes currently focused window, not last. So maybe we could keep one keybiding for last compilation buffer (SPC c d
) and one for inside current frame compilation buffer (SPC c q
)?SPC c Q
: and then the one to rule them all to get rid of all opened compilation buffers.SPC c s
andSPC c S
: due to the recent change toSPC e n
being remapped tocompilation-next-error
instead offlycheck-next-error
only when a compilation buffer is opened, once you hide the compilation buffer or close it, you lose the ability to navigate between errors, so opening it up again could be useful to continue navigation (instead of having to re-launch compilation?).Might be worth noting I'm thinking these for a emacs-daemon & emacsclient kind of workflow. Don't know if/how it would work elsewhere.
The text was updated successfully, but these errors were encountered: