From: Eshel Yaron Date: Fri, 2 Aug 2024 08:43:41 +0000 (+0200) Subject: Document a couple more 'tabulated-list-mode' commands X-Git-Tag: v0.2.0~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f062f5175389d1b580f01351d2baa8a5ba0e86f;p=kubed.git Document a couple more 'tabulated-list-mode' commands * kubed.texi (Browsing Resources): Extend. --- 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