]> git.eshelyaron.com Git - kubed.git/commitdiff
Bind 'kubed-list-update' to "g" instead of "G"
authorEshel Yaron <me@eshelyaron.com>
Mon, 19 Aug 2024 19:41:44 +0000 (21:41 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 19 Aug 2024 19:41:44 +0000 (21:41 +0200)
* 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 <arstoffel@gmail.com>

kubed-transient.el
kubed.el
kubed.texi

index 83d5e600ffa04f04a510c5255d4fd174c89274ac..cfcd0592328f0a852e914f0d9735982c371f9ed6 100644 (file)
     ("!" "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)
index 292f0b5bfd5fdbc897920219d65d8783eba2da42..30c0ec1246589e7ca6e81969392abad5931ed88e 100644 (file)
--- 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
index 5ff23bb740acf8f413e9a5616b7bb2f07286dc23..9598ea054a1f6f8a3aa043e70fff7f105678d0af 100644 (file)
@@ -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 /