README: More explicit link name

This commit is contained in:
Maxime Coste 2017-11-08 22:59:03 +08:00
parent fd584b3e67
commit 8168882c3f

View File

@ -496,7 +496,7 @@ Commands beginning with `g` are used to goto certain position and or buffer.
If a count is given prior to hitting `g`, `g` will jump to the given line. If a count is given prior to hitting `g`, `g` will jump to the given line.
Using `G` will extend the selection rather than jump. Using `G` will extend the selection rather than jump.
See <<doc/pages/keys#goto-commands,`:doc keys`>>. See <<doc/pages/keys#goto-commands,`:doc keys goto-commands`>>.
View commands View commands
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
@ -504,7 +504,7 @@ View commands
Commands beginning with `v` permit to center or scroll the current Commands beginning with `v` permit to center or scroll the current
view. Using `V` will lock view mode until `<esc>` is hit view. Using `V` will lock view mode until `<esc>` is hit
See <<doc/pages/keys#view-commands,`:doc keys`>>. See <<doc/pages/keys#view-commands,`:doc keys view-commands`>>.
Marks Marks
~~~~~ ~~~~~
@ -874,11 +874,11 @@ Defining Commands
New commands can be created using `:define-command`. New commands can be created using `:define-command`.
See <<doc/pages/commands#declaring-new-commands,`:doc commands`>>. See <<doc/pages/commands#declaring-new-commands,`:doc commands declaring-new-commands`>>.
Some helper commands are available to define composite commands. Some helper commands are available to define composite commands.
See <<doc/pages/commands#helpers,`:doc commands`>>. See <<doc/pages/commands#helpers,`:doc commands helpers`>>.
Aliases Aliases
~~~~~~~ ~~~~~~~