aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickref.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-06-30 00:09:45 +0200
committerGitHub <noreply@github.com>2019-06-30 00:09:45 +0200
commit2ef6f28e11e1ca4804896d62353ebee127ffa38b (patch)
tree536c5005f6f1ee4fae6701c93165c6b4a9325737 /runtime/doc/quickref.txt
parent52fced6090aaf9c633e613e5fd46f0793705f22c (diff)
downloadrneovim-2ef6f28e11e1ca4804896d62353ebee127ffa38b.tar.gz
rneovim-2ef6f28e11e1ca4804896d62353ebee127ffa38b.tar.bz2
rneovim-2ef6f28e11e1ca4804896d62353ebee127ffa38b.zip
doc [ci skip] #10177
ref #10278 #10279 #10353
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r--runtime/doc/quickref.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index d3d9303d3c..cbfcfa4010 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -38,7 +38,7 @@ N is used to indicate an optional count that can be given before the command.
|l| N l right (also: <Space> or <Right> key)
|0| 0 to first character in the line (also: <Home> key)
|^| ^ to first non-blank character in the line
-|$| N $ to the last character in the line (N-1 lines lower)
+|$| N $ to the next EOL (end of line) position
(also: <End> key)
|g0| g0 to first character in screen line (differs from "0"
when lines wrap)