aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2025-05-20 21:30:38 +0300
committerJuri Linkov2025-05-20 21:30:38 +0300
commit87fa5f565d70c514bd47b59bb0ef0cba8750e983 (patch)
tree85e1d2af843fdaa24c6978406c75c1d6320bafc2 /etc
parentd8bf84f7f45620070f5666c023ca977eebf4dd90 (diff)
downloademacs-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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index edfd7f20f18..4ad6c48d78a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -383,6 +383,12 @@ customize help text for tabs displayed on the tab-bar. Help text is
383normally shown in the echo area or via tooltips. See the variable's 383normally shown in the echo area or via tooltips. See the variable's
384docstring for arguments passed to a help-text function. 384docstring for arguments passed to a help-text function.
385 385
386---
387*** New command 'tab-line-move-tab-forward' ('C-x M-<right>').
388Together with the new command 'tab-line-move-tab-backward'
389('C-x M-<left>') it can be used to move the current tab
390on the tab line to a different position.
391
386** Project 392** Project
387 393
388--- 394---