Variable: git-rebase-show-instructions

git-rebase-show-instructions is a customizable variable defined in git-rebase.el.

Value

t

Documentation

Whether to show usage instructions inside the rebase buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-rebase.el
(defcustom git-rebase-show-instructions t
  "Whether to show usage instructions inside the rebase buffer."
  :group 'git-rebase
  :type 'boolean)