summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-10 09:00:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-10 13:01:27 -0700
commit3fc4b842700213d1559833722023ae479c59149f (patch)
treeb711a267db05c98d27000c204507926e60839e3b
parent365ac5b0ea88b3d330ef1a6242b3d9f2c5361fb5 (diff)
downloaddotfiles-3fc4b842700213d1559833722023ae479c59149f.tar.gz
transient-cycles: note about tab-bar-switch-to-recent-tab usage
-rw-r--r--.emacs.d/site-lisp/transient-cycles.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/site-lisp/transient-cycles.el b/.emacs.d/site-lisp/transient-cycles.el
index dd0ae81a..b04bead2 100644
--- a/.emacs.d/site-lisp/transient-cycles.el
+++ b/.emacs.d/site-lisp/transient-cycles.el
@@ -531,7 +531,9 @@ you can use `transient-cycles-tab-bar-cycle-backwards-key' and
`transient-cycles-tab-bar-cycle-forwards-key' to move forwards
and backwards in the list of tabs. When transient cycling
completes, tab access times will be as though you had moved
-directly from the first tab to the final tab."
+directly from the first tab to the final tab. That means that
+\\[tab-bar-switch-to-recent-tab] may be used to switch back and
+forth between the first tab and the final tab."
:lighter nil :keymap transient-cycles-tab-bar-mode-map :global t
:group 'transient-cycles)