Add repeat map similar to that of winner-mode (to which
tab-bar-history is an alternative).
* lisp/tab-bar.el (tab-bar-history-repeat-map): Make the change.
(cherry picked from commit
a4ca0cd7f03c1cf0e7b1f3e0d49c4cf42fcacc90)
"C-c <left>" #'tab-bar-history-back
"C-c <right>" #'tab-bar-history-forward)
+(defvar-keymap tab-bar-history-repeat-map
+ :doc "Keymap to repeat tab-bar-history key sequences.
+Used in `repeat-mode'."
+ :repeat t
+ "<left>" #'tab-bar-history-back
+ "<right>" #'tab-bar-history-forward)
+
(define-minor-mode tab-bar-history-mode
"Toggle tab history mode for the tab bar.
Tab history mode remembers window configurations used in every tab,