Skip to content

Commit

Permalink
Update kubel-evil.el to match multiple buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
abrochard authored Dec 24, 2023
1 parent 905e5f0 commit 3d2f86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubel-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
;; global
("RET" "Resource details" kubel-describe-popup)
("E" "Quick edit" kubel-quick-edit)
("g" "Refresh" kubel)
("g" "Refresh" kubel-refresh)
("d" "Delete" kubel-delete-popup) ;; can't use k here
("r" "Rollout" kubel-rollout-history)]
["" ;; based on current view
Expand Down Expand Up @@ -112,7 +112,7 @@
(kbd "K") #'kubel-set-kubectl-config-file
(kbd "C") #'kubel-set-context
(kbd "n") #'kubel-set-namespace
(kbd "g") #'kubel
(kbd "g") #'kubel-refresh
(kbd "h") #'kubel-evil-help-popup
(kbd "?") #'kubel-evil-help-popup
(kbd "F") #'kubel-set-output-format
Expand Down

0 comments on commit 3d2f86f

Please sign in to comment.