Variable: ibuffer-movement-cycle

ibuffer-movement-cycle is a customizable variable defined in ibuffer.el.gz.

Value

t

Documentation

If non-nil, then forward and backwards movement commands cycle.

Source Code

;; Defined in /usr/src/emacs/lisp/ibuffer.el.gz
(defcustom ibuffer-movement-cycle t
  "If non-nil, then forward and backwards movement commands cycle."
  :type 'boolean)