summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-16 17:19:21 -0300
committerAndrés <andmarti@gmail.com>2021-03-16 17:19:21 -0300
commit4fc2270e774de8f06dd1e479404d20c66d85ce7a (patch)
tree9b307e611dcecc68d4bc9468b11670dbc436e318 /src/doc
parentbb3616d75bac0cdc27bd4219b2ddd512f9214cd7 (diff)
EDIT_MODE: Added '^' 'g_' commands
Diffstat (limited to 'src/doc')
-rwxr-xr-xsrc/doc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc b/src/doc
index e20f8b6..5365991 100755
--- a/src/doc
+++ b/src/doc
@@ -264,7 +264,9 @@ Commands for handling cell content:
previous word. Otherwise, move to beginning of word under the
cursor.
0 Move to the beginning of the line.
+ ^ Go to the first non blank character of the line
$ Move to the end of the line.
+ g_ Go to the last non blank character of the line
f{char} Move to the next occurrence of {char} to the right.
F{char} Move to the previous occurrence of {char} to the left.
t{char} Move until the next occurrence of {char} to the right.