branch: externals/kubed
commit e8608428071a68d383b397c1e6199ab206c9cc92
Author: Eshel Yaron <m...@eshelyaron.com>
Commit: Eshel Yaron <m...@eshelyaron.com>

    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 <arstof...@gmail.com>
---
 kubed-transient.el | 2 +-
 kubed.el           | 2 +-
 kubed.texi         | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kubed-transient.el b/kubed-transient.el
index 83d5e600ff..cfcd059232 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 292f0b5bfd..30c0ec1246 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 5ff23bb740..9598ea054a 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 /

Reply via email to