From: Eshel Yaron Date: Tue, 20 Aug 2024 10:51:51 +0000 (+0200) Subject: ; * kubed.texi (Browse Resources): Elaborate about "g" key. X-Git-Tag: v0.4.0~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aeb39827151e7b3b1a53dac007225ed4f6383754;p=kubed.git ; * kubed.texi (Browse Resources): Elaborate about "g" key. --- diff --git a/kubed.texi b/kubed.texi index 76d93c6..18e4eaf 100644 --- a/kubed.texi +++ b/kubed.texi @@ -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