]> git.eshelyaron.com Git - emacs.git/commit
'Mod-9' bound to 'tab-last' now switches to the last tab like in web browsers
authorJuri Linkov <juri@linkov.net>
Mon, 22 Feb 2021 17:03:42 +0000 (19:03 +0200)
committerJuri Linkov <juri@linkov.net>
Mon, 22 Feb 2021 17:03:42 +0000 (19:03 +0200)
commitffdb91c6b344b6b341e75ae981ebdb3e66b94130
treee4e698974fd9aff6fc53fceb282b1a5021b71f80
parent2601aa9105d935441ed25370feeeae3e717cc791
'Mod-9' bound to 'tab-last' now switches to the last tab like in web browsers

* lisp/tab-bar.el (tab-bar--define-keys): Rebind 0 from
tab-bar-switch-to-recent-tab to its alias tab-recent.
Bind 9 to tab-last.
(tab-bar-switch-to-last-tab): New command.
(tab-last): New alias to tab-bar-switch-to-last-tab.
(tab-bar-switch-to-tab, tab-bar-undo-close-tab): Fix docstrings to
avoid mentioning the term "last" for "most recently used" meaning.
etc/NEWS
lisp/tab-bar.el