summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authormongo <mongo@iomega>2017-02-21 16:28:46 -0300
committermongo <mongo@iomega>2017-02-21 16:28:46 -0300
commitee4051ae89611f3dccf5b4dc6f06d77e938c9988 (patch)
treeb95010788b46e84f89f24f4538db9fc02338e1ef /src/doc
parentc75ed5d5a6ffa7a178e8e53094f7c2263ef843f1 (diff)
Added :freeze command to doc
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/doc b/src/doc
index 36d7784..3cf1126 100644
--- a/src/doc
+++ b/src/doc
@@ -606,6 +606,20 @@ Commands for handling cell content:
:hiddencols
Show details of hidden columns.
+ :freeze {column}
+ :freeze {column:column}
+ Freeze the column or column range given. (Case insensitive).
+ (the rest of the screen scrolls but the column/s stays fixed on the screen).
+
+ :freeze {row}
+ :freeze {row:row}
+ Freeze the row or row range given. (Case insensitive).
+ (the rest of the screen scrolls but the row/s stays fixed on the screen).
+
+ :freeze {range}
+ Freeze a range given. (Case insensitive).
+ (the rest of the screen scrolls but the range stays fixed on the screen).
+
:pad {spaces}
Apply a left padding {spaces} characters in width to a column.
If a range selected, pad the columns inside that range.