From 2f062f5175389d1b580f01351d2baa8a5ba0e86f Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 2 Aug 2024 10:43:41 +0200 Subject: [PATCH] Document a couple more 'tabulated-list-mode' commands * kubed.texi (Browsing Resources): Extend. --- kubed.texi | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/kubed.texi b/kubed.texi index 6ba2b24..8fdf97f 100644 --- a/kubed.texi +++ b/kubed.texi @@ -236,7 +236,7 @@ just the current namespace. Move point to the next line (@code{next-line}). @kindex p @findex previous-line -@item n +@item p Move point to the previous line (@code{previous-line}). @kindex @key{TAB} @findex kubed-list-next-column @@ -250,6 +250,20 @@ column, move to the first column of the next line instead Move point to the previous column. If point is already at the first column, move to the last column of the previous line instead (@code{kubed-list-previous-column}). +@kindex S +@findex tabulated-list-sort +@item S +Sort lines by the column at point (@code{tabulated-list-sort}). +@kindex @{ +@findex tabulated-list-narrow-current-column +@item @{ +Narrow the column at point +(@code{tabulated-list-narrow-current-column}). +@kindex @} +@findex tabulated-list-widen-current-column +@item @} +Widen the column at point +(@code{tabulated-list-widen-current-column}). @end table @menu -- 2.39.5