Variable: tab-bar-history-repeat-map

tab-bar-history-repeat-map is a variable defined in tab-bar.el.gz.

Value

<left>   tab-bar-history-back(var)/tab-bar-history-back(fun)
<right>  tab-bar-history-forward(var)/tab-bar-history-forward(fun)

Documentation

Keymap to repeat tab-bar-history key sequences.

Used in repeat-mode(var)/repeat-mode(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(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)