diff options
author | bptato <nincsnevem662@gmail.com> | 2023-09-25 02:08:33 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-09-25 02:08:33 +0200 |
commit | 463499131a1b4ca41fea56030f77f4794cdca071 (patch) | |
tree | 54f2efea637c9762711db4140ff42ae833a0900e /doc/config.md | |
parent | 790e937795746563246808abaf4b0b25f4a5d0fe (diff) | |
download | chawan-463499131a1b4ca41fea56030f77f4794cdca071.tar.gz |
Add M-p as "load page on clipboard"
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md index ca7924b9..8796ccfe 100644 --- a/doc/config.md +++ b/doc/config.md @@ -902,6 +902,14 @@ is true. Redirect to /dev/null in the command if this is not desired. (This will be fixed in the future.)</td> </tr> +<tr> +<td>`pager.externCapture(cmd)` +</td> +<td>Like extern(), but redirect the command's stdout string into the +result. null is returned if the command wasn't executed successfully, or if +the command returned a non-zero exit value.</td> +</tr> + </table> |