diff options
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/config.md b/doc/config.md index 8d288c45..65ea2fb0 100644 --- a/doc/config.md +++ b/doc/config.md @@ -614,7 +614,9 @@ open the current buffer's contents as HTML.</td> <tr> <td>`pager.peekCursor()`</td> -<td>Display an alert message of the URL under the cursor.</td> +<td>Display an alert message of the URL or title under the cursor. Multiple +calls allow cycling through the two. (i.e. by default, press u once -> title, +press again -> URL)</td> </tr> </table> |