diff options
| author | Juri Linkov | 2021-02-22 19:03:42 +0200 |
|---|---|---|
| committer | Juri Linkov | 2021-02-22 19:03:42 +0200 |
| commit | ffdb91c6b344b6b341e75ae981ebdb3e66b94130 (patch) | |
| tree | e4e698974fd9aff6fc53fceb282b1a5021b71f80 /etc | |
| parent | 2601aa9105d935441ed25370feeeae3e717cc791 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 | --- |