Skip to content

Commit

Permalink
kubel-evil minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abrochard committed Mar 12, 2020
1 parent 706a048 commit d1fc610
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions kubel-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@

;; On the kubel screen, place your cursor on the pod
;;
;; enter => get pod details
;; enter => get resource details
;; h => help popup
;; C => set context
;; n => set namespace
;; R => set resource
;; g => refresh pods
;; E => quick edit
;; p => port forward pod
;; e => exec into pod
;; o => describe popup
Expand Down Expand Up @@ -78,7 +80,7 @@
("p" "Port forward" kubel-port-forward-pod)
("l" "Logs" kubel-log-popup)
("c" "Copy" kubel-copy-popup)
; ("o" "Describe" kubel-describe-popup)
("E" "Quick edit" kubel-quick-edit)
("e" "Exec" kubel-exec-pod)
("F" "Output format" kubel-set-output-format)
("d" "Delete" kubel-delete-popup)
Expand All @@ -96,7 +98,7 @@
(kbd "l") #'kubel-log-popup
(kbd "c") #'kubel-copy-popup
(kbd "h") #'kubel-evil-help-popup
;(kbd "o") #'kubel-describe-popup
(kbd "E") #'kubel-quick-edit
(kbd "e") #'kubel-exec-pod
(kbd "F") #'kubel-set-output-format
(kbd "d") #'kubel-delete-popup
Expand Down

0 comments on commit d1fc610

Please sign in to comment.