summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-23 12:54:25 -0300
committerAndrés <andmarti@gmail.com>2021-03-23 12:54:25 -0300
commit255a39684dd12bb0b585027f4c2780b2fcc4c844 (patch)
treebe49ccfe618bbf1e3c3c398613eb5e5492c1b336 /src/doc
parenta2c39ce2f6015e07f104e820656542d182771010 (diff)
work on issue #399. 'g' command of NORMAL_MODE changed to 'gt'
Diffstat (limited to 'src/doc')
-rwxr-xr-xsrc/doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc b/src/doc
index 8ef06a8..be10bb7 100755
--- a/src/doc
+++ b/src/doc
@@ -54,7 +54,7 @@ Navigation commands:
w Go forward to the next valid cell.
'{a-zA-Z} Go to the cell or range marked previously with the character.
See 'm' for details.
- gab24 Go to cell AB24. (There is no need to press <ENTER>.)
+ gtab24 Go to cell AB24. (There is no need to press <ENTER>.)
g0 Go to the leftmost column visible on screen.
g$ Go to the rightmost column visible on screen.
gM Go to the middle column on the screen.