diff options
| author | Juri Linkov | 2019-12-05 01:03:45 +0200 |
|---|---|---|
| committer | Juri Linkov | 2019-12-05 01:03:45 +0200 |
| commit | f336ae77cc422d82ea2738238b68234bc4c40966 (patch) | |
| tree | 4e36ea4b02e4f9988c90cfab853cb8ddbd443921 /etc | |
| parent | 1e4c6f8333989ffe16cdffa2e082a061274f1e4e (diff) | |
| download | emacs-f336ae77cc422d82ea2738238b68234bc4c40966.tar.gz emacs-f336ae77cc422d82ea2738238b68234bc4c40966.zip | |
* lisp/windmove.el (windmove-display-new-tab): New command.
(windmove-display-default-keybindings): Bind it to '?t'.
(windmove-display-in-direction): Call tab-bar-new-tab when 'dir' is 'new-tab'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -820,7 +820,8 @@ displays the buffer from the next command in that window. For example, | |||
| 820 | 'S-M-right C-h i' displays the "*Info*" buffer in the right window, | 820 | 'S-M-right C-h i' displays the "*Info*" buffer in the right window, |
| 821 | creating the window if necessary. A special key can be customized to | 821 | creating the window if necessary. A special key can be customized to |
| 822 | display the buffer in the same window, for example, 'S-M-0 C-h e' | 822 | display the buffer in the same window, for example, 'S-M-0 C-h e' |
| 823 | displays the "*Messages*" buffer in the same window. | 823 | displays the "*Messages*" buffer in the same window. 'S-M-t C-h C-n' |
| 824 | displays NEWS in a new tab. | ||
| 824 | 825 | ||
| 825 | *** Windmove also supports directional window deletion. | 826 | *** Windmove also supports directional window deletion. |
| 826 | The new command 'windmove-delete-default-keybindings' binds default | 827 | The new command 'windmove-delete-default-keybindings' binds default |