diff options
| author | Mark Oteiza | 2016-11-02 15:58:28 -0400 |
|---|---|---|
| committer | Mark Oteiza | 2016-11-02 15:58:28 -0400 |
| commit | bbc218b9b06d952f0ba31f7706d88c0bf8dc41d8 (patch) | |
| tree | 26c623ea9eed56d9a11bb07129f5e46996be4c79 /etc | |
| parent | 3f06795181fb09aebaadfe592e7741ddc8ff8adf (diff) | |
| download | emacs-bbc218b9b06d952f0ba31f7706d88c0bf8dc41d8.tar.gz emacs-bbc218b9b06d952f0ba31f7706d88c0bf8dc41d8.zip | |
Add eww-open-in-new-buffer to EWW
* doc/misc/eww.texi (Basic): Document new command and key.
* etc/NEWS: Mention new key and its purpose.
* lisp/net/eww.el (eww-suggest-uris): Remove eww-current-url.
(eww): Append (eww-current-url) to the prompt defaults.
(eww-open-in-new-buffer): New command.
(eww-mode-map): Bind it and add a menu item.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -330,6 +330,9 @@ with blank space to eshell history. | |||
| 330 | ** eww | 330 | ** eww |
| 331 | 331 | ||
| 332 | +++ | 332 | +++ |
| 333 | *** New 'M-RET' command for opening a link at point in a new eww buffer. | ||
| 334 | |||
| 335 | +++ | ||
| 333 | *** A new 's' command for switching to another eww buffer via the minibuffer. | 336 | *** A new 's' command for switching to another eww buffer via the minibuffer. |
| 334 | 337 | ||
| 335 | --- | 338 | --- |