Skip to content

Commit

Permalink
fix for filter
Browse files Browse the repository at this point in the history
  • Loading branch information
abrochard committed Mar 12, 2020
1 parent 208b5c6 commit 6fafe9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubel.el
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ See https://github.com/kubernetes/kubernetes/issues/27081"
FILTER is the filter string."
(interactive "MFilter: ")
(setq kubel-resource-filter filter)
(kubel-mode))
(kubel))

(defun kubel--jump-to-highlight (init search reset)
"Base function to jump to highlight.
Expand Down Expand Up @@ -686,7 +686,7 @@ RESET is to be called if the search is nil after the first attempt."
("RET" "Resource details" kubel-describe-popup)
("C" "Set context" kubel-set-context)
("n" "Set namespace" kubel-set-namespace)
("g" "Refresh" kubel-mode)
("g" "Refresh" kubel)
("F" "Set output format" kubel-set-output-format)
("R" "Set resource" kubel-set-resource)
("k" "Delete" kubel-delete-popup)
Expand Down

0 comments on commit 6fafe9c

Please sign in to comment.