diff --git a/README.asciidoc b/README.asciidoc index 4fdda10c..dbcd7982 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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. Using `G` will extend the selection rather than jump. -See <>. +See <>. View commands ~~~~~~~~~~~~~ @@ -504,7 +504,7 @@ View commands Commands beginning with `v` permit to center or scroll the current view. Using `V` will lock view mode until `` is hit -See <>. +See <>. Marks ~~~~~ @@ -874,11 +874,11 @@ Defining Commands New commands can be created using `:define-command`. -See <>. +See <>. Some helper commands are available to define composite commands. -See <>. +See <>. Aliases ~~~~~~~