]> git.eshelyaron.com Git - kubed.git/commitdiff
; * kubed.texi (Browse Resources): Elaborate about "g" key.
authorEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 10:51:51 +0000 (12:51 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 10:52:26 +0000 (12:52 +0200)
kubed.texi

index 76d93c6aa926f329316317cff5089332441dad30..18e4eafdeb4d718048e7c6cfa8d48e9bb82d1727 100644 (file)
@@ -440,6 +440,13 @@ Widen the column at point
 In addition, you can bookmark any Kubed resources list buffer with the
 usual @kbd{C-x r m}.  @xref{Bookmarks,,,emacs}.
 
+Note that @code{kubed-list-mode} (and its type-specific derivatives)
+bind the @kbd{g} key, which is commonly bound to @code{revert-buffer},
+to @code{kubed-list-update}.  The difference between these commands is
+that @code{revert-buffer} only refreshes the list display, without
+fetching updated data from Kubernetes.  You can still invoke
+@code{revert-buffer} with @kbd{C-x x g} or @kbd{M-x}, if you need it.
+
 @menu
 * List Filter::
 @end menu