]> git.eshelyaron.com Git - kubed.git/commitdiff
Document a couple more 'tabulated-list-mode' commands
authorEshel Yaron <me@eshelyaron.com>
Fri, 2 Aug 2024 08:43:41 +0000 (10:43 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 2 Aug 2024 08:43:41 +0000 (10:43 +0200)
* kubed.texi (Browsing Resources): Extend.

kubed.texi

index 6ba2b2442b13960e8af4281749454446358a7df9..8fdf97f81a3c102f61a9d318e2d860dddf10a01d 100644 (file)
@@ -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