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'm using heavily dockerfile-mode. I've found it awesomely useful! Thanks for sharing.
I use it under Spacemacs's docker layer, which neatly merges dockerfile-mode with silex's docker package.
Based on daily usage, I have some suggestions to save a few keystrokes:
Add a key bind (eg. C-d) to quickly access docker main command transient.
Adding key binding for some docker-* commands, at least those closely related to building (eg docker-containers and docker-images), useful for tidyng up after long working sessions.
Should docker package had any keymap of its own, nesting it in our keymap would be also great. Adding such a keymap on docker package looks like not a big deal, I guess.
It might sound overlapping/mixing packages, but having docker-* commands handy right in the Dockerfile sounds quite reasonable to me.
Just asking for feedback, although I might take a stab at it, once I up a little more my elisp-fu. 😁
The text was updated successfully, but these errors were encountered:
Thanks for the quick feedback, @drewcsillag .
Indeed, I was meaning C-c C-d for the binding. Sorry for not being clear.
Thank you very much for the pointers. I've mostly solved it under Spacemacs, but it's nice to see you're open to PRs.
EDIT: I acknowledge that the natural place to have it implemented is in this package, instead of Spacemacs. If I find some spare time, I'd like to upstream my solution to this package.
I'm using heavily
dockerfile-mode
. I've found it awesomely useful! Thanks for sharing.I use it under Spacemacs's docker layer, which neatly merges
dockerfile-mode
with silex's docker package.Based on daily usage, I have some suggestions to save a few keystrokes:
C-d
) to quickly accessdocker
main command transient.docker-*
commands, at least those closely related to building (egdocker-containers
anddocker-images
), useful for tidyng up after long working sessions.docker
package had any keymap of its own, nesting it in our keymap would be also great. Adding such a keymap ondocker
package looks like not a big deal, I guess.It might sound overlapping/mixing packages, but having
docker-*
commands handy right in the Dockerfile sounds quite reasonable to me.Just asking for feedback, although I might take a stab at it, once I up a little more my elisp-fu. 😁
The text was updated successfully, but these errors were encountered: