diff options
| author | Juri Linkov | 2025-05-20 21:30:38 +0300 |
|---|---|---|
| committer | Juri Linkov | 2025-05-20 21:30:38 +0300 |
| commit | 87fa5f565d70c514bd47b59bb0ef0cba8750e983 (patch) | |
| tree | 85e1d2af843fdaa24c6978406c75c1d6320bafc2 /etc | |
| parent | d8bf84f7f45620070f5666c023ca977eebf4dd90 (diff) | |
| download | emacs-87fa5f565d70c514bd47b59bb0ef0cba8750e983.tar.gz emacs-87fa5f565d70c514bd47b59bb0ef0cba8750e983.zip | |
* lisp/tab-line.el (tab-line-move-tab-forward): New command.
(tab-line-move-tab-backward): New command.
(tab-line-mode-map): Bind 'C-x M-<left>' to
'tab-line-move-tab-backward' and 'C-x M-<right>' to
'tab-line-move-tab-forward'.
(tab-line-switch-repeat-map): Bind 'M-<left>' to
'tab-line-move-tab-backward' and 'M-<right>' to
'tab-line-move-tab-forward'.
Suggested by pinmacs <pinmacs@cas.cat>.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -383,6 +383,12 @@ customize help text for tabs displayed on the tab-bar. Help text is | |||
| 383 | normally shown in the echo area or via tooltips. See the variable's | 383 | normally shown in the echo area or via tooltips. See the variable's |
| 384 | docstring for arguments passed to a help-text function. | 384 | docstring for arguments passed to a help-text function. |
| 385 | 385 | ||
| 386 | --- | ||
| 387 | *** New command 'tab-line-move-tab-forward' ('C-x M-<right>'). | ||
| 388 | Together with the new command 'tab-line-move-tab-backward' | ||
| 389 | ('C-x M-<left>') it can be used to move the current tab | ||
| 390 | on the tab line to a different position. | ||
| 391 | |||
| 386 | ** Project | 392 | ** Project |
| 387 | 393 | ||
| 388 | --- | 394 | --- |