Skip to content

Commit

Permalink
Add some cross-reference links to docs/dterc.md
Browse files Browse the repository at this point in the history
For the HTML version of the `dterc(5)` man page.
  • Loading branch information
craigbarnes committed Dec 20, 2024
1 parent 3ce4d18 commit 48c8afd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 4 additions & 3 deletions docs/dterc.5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions docs/dterc.md
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ by running [`show macro`].

### **select** [**-kl**]

Enter selection mode. All basic movement commands while in this mode
Enter selection mode. All basic [movement commands] while in this mode
extend the selected area, until either the [`unselect`] command is used
(e.g. by pressing `Esc`) or some other operation (e.g. [`delete`],
[`insert`], etc.) clears the selection.
Expand Down Expand Up @@ -1342,10 +1342,11 @@ The _type_ argument can be one of:

The _key_ argument is the name of the entry to look up (e.g. the alias
name). If this argument is omitted, the full list of entries of the
specified _type_ will be displayed in a new buffer.
specified _type_ will be displayed in a new, temporary buffer (created
as if by [`open -t`]).

Note: the majority of _type_ arguments correspond to a command of the
same name and some _type_ arguments don't take any _key_ argument.
Note that the majority of _type_ arguments correspond to a [command] of
the same name and some _type_ arguments don't take any _key_ argument.

`-c`
: write output to the command line (for most _type_ arguments) or to
Expand Down Expand Up @@ -1644,6 +1645,8 @@ errors should be highlighted. Set to `""` to disable.
[history file]: dte.html#files
[configuration files]: dte.html#files:~:text=%24DTE_HOME/rc
[key bindings]: dte.html#key-bindings
[command]: #commands
[movement commands]: #movement-commands
[options]: #options
[global options]: #global-options
[local options]: #local-options
Expand Down Expand Up @@ -1684,6 +1687,7 @@ errors should be highlighted. Set to `""` to disable.
[`macro`]: #macro
[`msg`]: #msg
[`open`]: #open
[`open -t`]: #open
[`option`]: #option
[`pgdown`]: #pgdown
[`pgup`]: #pgup
Expand Down

0 comments on commit 48c8afd

Please sign in to comment.