Variable: tab-bar-history-forward

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

Value

#s(hash-table size 65 test eql rehash-size 1.5 rehash-threshold 0.8125 data
	      ())

Documentation

History of forward changes in every tab per frame.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defvar tab-bar-history-forward (make-hash-table)
  "History of forward changes in every tab per frame.")