Variable: git-rebase-auto-advance

git-rebase-auto-advance is a customizable variable defined in git-rebase.el.

Value

t

Documentation

Whether to move to next line after changing a line.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-rebase.el
(defcustom git-rebase-auto-advance t
  "Whether to move to next line after changing a line."
  :group 'git-rebase
  :type 'boolean)