diff options
| author | Juri Linkov | 2019-10-21 01:37:39 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-10-21 01:37:39 +0300 |
| commit | 30deac84c4168a6315a08a0dd85f6dde9b9df439 (patch) | |
| tree | c003db9aaee2310e3b74301149f5c0a5b8551fd3 /etc | |
| parent | 0e6f4628d8fff53505e4399e71da9f531a64fff7 (diff) | |
| download | emacs-30deac84c4168a6315a08a0dd85f6dde9b9df439.tar.gz emacs-30deac84c4168a6315a08a0dd85f6dde9b9df439.zip | |
* lisp/tab-line.el: Bind mouse commands to [tab-line].
* lisp/tab-line.el: Bind mouse-4/mouse-5, wheel-up/wheel-down
globally to [tab-line].
(tab-line-tab-map): Remove local bindings of mouse-4/mouse-5.
(tab-line-new-tab, tab-line-switch-to-prev-tab)
(tab-line-switch-to-next-tab, tab-line-close-tab):
Turn commands into mouse-free (can be used without mouse).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2184,7 +2184,7 @@ the previous window-local tab is the same as typing 'C-x <LEFT>' | |||
| 2184 | ('next-buffer'). Both commands support a numeric prefix argument as | 2184 | ('next-buffer'). Both commands support a numeric prefix argument as |
| 2185 | a repeat count. Clicking on the plus icon adds a new buffer to the | 2185 | a repeat count. Clicking on the plus icon adds a new buffer to the |
| 2186 | window-local tab line of buffers. Using the mouse wheel on the tab | 2186 | window-local tab line of buffers. Using the mouse wheel on the tab |
| 2187 | line scrolls tabs that display the window buffers. | 2187 | line scrolls tabs. |
| 2188 | 2188 | ||
| 2189 | ** fileloop.el lets one setup multifile operations like search&replace. | 2189 | ** fileloop.el lets one setup multifile operations like search&replace. |
| 2190 | 2190 | ||