aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2021-02-22 19:03:42 +0200
committerJuri Linkov2021-02-22 19:03:42 +0200
commitffdb91c6b344b6b341e75ae981ebdb3e66b94130 (patch)
treee4e698974fd9aff6fc53fceb282b1a5021b71f80 /etc
parent2601aa9105d935441ed25370feeeae3e717cc791 (diff)
downloademacs-ffdb91c6b344b6b341e75ae981ebdb3e66b94130.tar.gz
emacs-ffdb91c6b344b6b341e75ae981ebdb3e66b94130.zip
'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.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c4f4c1d9d86..ca0d71567d0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -487,6 +487,9 @@ independently from the value of 'tab-bar-mode' and 'tab-bar-show'.
487*** New command 'tab-duplicate'. 487*** New command 'tab-duplicate'.
488 488
489--- 489---
490*** 'Mod-9' bound to 'tab-last' now switches to the last tab.
491
492---
490*** New user option 'tab-bar-tab-name-format-function'. 493*** New user option 'tab-bar-tab-name-format-function'.
491 494
492--- 495---