Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Key binding to open/toggle compilation window #3945

Closed
jluttine opened this issue Nov 24, 2015 · 6 comments
Closed

Key binding to open/toggle compilation window #3945

jluttine opened this issue Nov 24, 2015 · 6 comments
Labels
Enhancement ☺ Key Bindings stale marked as a stale issue/pr (usually by a bot)

Comments

@jluttine
Copy link
Contributor

Currently, there's no key binding to open a compilation window once it has been closed. There could be a key binding to open or toggle it. There's a key binding to close it: SPC c q.

@jluttine
Copy link
Contributor Author

A workaround for nosetests compilation window by @nixmaniack:

(defun open-nosetests-compilation-buffer ()
  (interactive)
  (when (get-buffer "*nosetests*")
    (popwin:popup-buffer "*nosetests*"))
  )

(spacemacs/set-leader-keys
  "cs" 'open-nosetests-compilation-buffer)

@jb55
Copy link
Contributor

jb55 commented Oct 11, 2017

Concept ACK

@xypnox
Copy link

xypnox commented Dec 8, 2017

Just a minor correction, the keybinding for closing the compilation window is SPC c d and not SPC c q

@github-actions
Copy link

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!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
@duianto
Copy link
Collaborator

duianto commented Apr 17, 2020

The following PRs changes have been applied to the develop branch:
Replace close-compilation-window with show-hide-compilation-window. #13477

This issue can be closed if either the issue author or someone else can test that it's working as expected.

@duianto duianto removed the stale marked as a stale issue/pr (usually by a bot) label Apr 17, 2020
@github-actions
Copy link

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!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Mar 14, 2022
@github-actions github-actions bot closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement ☺ Key Bindings stale marked as a stale issue/pr (usually by a bot)
Projects
None yet
Development

No branches or pull requests

5 participants