evil-collection-docker.el: add 'docker-context-*' bindings

This commit is contained in:
Edgar Vincent 2023-06-09 13:37:30 +02:00
parent 4cc676efa2
commit d4fae60f24
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@
"f" 'docker-container-open
"r" 'docker-container-rename-selection)
(evil-collection-define-key 'normal 'docker-context-mode-map
"?" 'docker-context-help
"D" 'docker-context-rm
"I" 'docker-context-inspect
"X" 'docker-context-use)
(evil-collection-define-key 'normal 'docker-image-mode-map
";" 'docker-image-ls
"?" 'docker-image-help