mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
* doc/misc/eww.texi: Document the `w' key's double function
* doc/misc/eww.texi (Basics): Describe what the `w' command does in eww (bug#43517).
This commit is contained in:
parent
df04f3e755
commit
c151797da9
1 changed files with 8 additions and 2 deletions
|
|
@ -92,14 +92,20 @@ default one, which is normally called @file{*eww*}.
|
||||||
@findex eww-quit
|
@findex eww-quit
|
||||||
@findex eww-reload
|
@findex eww-reload
|
||||||
@findex eww-copy-page-url
|
@findex eww-copy-page-url
|
||||||
|
@findex shr-maybe-probe-and-copy-url
|
||||||
@kindex q
|
@kindex q
|
||||||
@kindex w
|
@kindex w
|
||||||
@kindex g
|
@kindex g
|
||||||
If loading the URL was successful the buffer @file{*eww*} is opened
|
If loading the URL was successful the buffer @file{*eww*} is opened
|
||||||
and the web page is rendered in it. You can leave EWW by pressing
|
and the web page is rendered in it. You can leave EWW by pressing
|
||||||
@kbd{q} or exit the browser by calling @kbd{eww-quit}. To reload the
|
@kbd{q} or exit the browser by calling @kbd{eww-quit}. To reload the
|
||||||
web page hit @kbd{g} (@code{eww-reload}). Pressing @kbd{w}
|
web page hit @kbd{g} (@code{eww-reload}).
|
||||||
(@code{eww-copy-page-url}) will copy the current URL to the kill ring.
|
|
||||||
|
Pressing @kbd{w} when point is on a link will call
|
||||||
|
@code{shr-maybe-probe-and-copy-url}, which copies this link's
|
||||||
|
@acronym{URL} to the kill ring. If point is not on a link, pressing
|
||||||
|
@kbd{w} calls @code{eww-copy-page-url}, which will copy the current
|
||||||
|
page's URL to the kill ring instead.
|
||||||
|
|
||||||
@findex eww-open-in-new-buffer
|
@findex eww-open-in-new-buffer
|
||||||
@kindex M-RET
|
@kindex M-RET
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue