diff options
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md index 87f88136..3be07c81 100644 --- a/doc/config.md +++ b/doc/config.md @@ -1172,6 +1172,16 @@ if none were found.)</td> </tr> <tr> +<td>`pager.saveLink()`</td> +<td>Save URL pointed to by the cursor.</td> +</tr> + +<tr> +<td>`pager.saveSource()`</td> +<td>Save the source of the current buffer.</td> +</tr> + +<tr> <td>`pager.extern(cmd, options = {setenv: true, suspend: true, wait: false})` </td> <td>Run an external command `cmd`. The `$CHA_URL` and `$CHA_CHARSET` variables |