]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-line.el (tab-line-move-tab-forward): New command.
authorJuri Linkov <juri@linkov.net>
Tue, 20 May 2025 18:30:38 +0000 (21:30 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 21 May 2025 06:39:25 +0000 (08:39 +0200)
commita69743eb9376b8f6fc04ef14048a310f9387e733
treecbdab920937ef925a3b8933e3c64782aaec0cf98
parent5324145d78f3040e1eee24b133d18e1974e841da
* 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>.

(cherry picked from commit 87fa5f565d70c514bd47b59bb0ef0cba8750e983)
lisp/tab-line.el