From: Eshel Yaron Date: Mon, 19 Aug 2024 19:41:44 +0000 (+0200) Subject: Bind 'kubed-list-update' to "g" instead of "G" X-Git-Tag: v0.4.0~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8608428071a68d383b397c1e6199ab206c9cc92;p=kubed.git Bind 'kubed-list-update' to "g" instead of "G" * kubed-transient.el (kubed-transient-create-ingress) * kubed.el (kubed-list-mode-map) * kubed.texi (Browse Resources): Update binding of 'kubed-list-update'. Suggested by Augusto Stoffel --- diff --git a/kubed-transient.el b/kubed-transient.el index 83d5e60..cfcd059 100644 --- a/kubed-transient.el +++ b/kubed-transient.el @@ -426,7 +426,7 @@ ("!" "Command line" kubed-list-kubectl-command :transient t) ("+" "Create" kubed-list-create :transient t) ("/" "Filter" kubed-list-set-filter :transient t) - ("G" "Update" kubed-list-update :transient t)] + ("g" "Update" kubed-list-update :transient t)] ["Table" ("|" "Fit column" kubed-list-fit-column-width-to-content :transient t) ("}" "Widen column" tabulated-list-widen-current-column :transient t) diff --git a/kubed.el b/kubed.el index 292f0b5..30c0ec1 100644 --- a/kubed.el +++ b/kubed.el @@ -933,7 +933,7 @@ number at point, or the numeric prefix argument if you provide one." "x" #'kubed-list-delete-marked "e" #'kubed-list-edit "!" #'kubed-list-kubectl-command - "G" #'kubed-list-update + "g" #'kubed-list-update "/" #'kubed-list-set-filter "|" #'kubed-list-fit-column-width-to-content "d" #'kubed-list-mark-for-deletion diff --git a/kubed.texi b/kubed.texi index 5ff23bb..9598ea0 100644 --- a/kubed.texi +++ b/kubed.texi @@ -365,9 +365,9 @@ Edit the resource at point (@code{kubed-list-edit}). @findex kubed-list-patch @item P Patch the resource at point (@code{kubed-list-patch}). -@kindex G +@kindex g @findex kubed-list-update -@item G +@item g Update the resources list by fetching new information from Kubernetes (@code{kubed-list-update}). @kindex /