Variable: tpu-backward-char-like-tpu
tpu-backward-char-like-tpu is a customizable variable defined in
tpu-extras.el.gz.
Value
t
Documentation
If non-nil, in free cursor mode backward-char (left-arrow) works just like TPU/edt. Otherwise, backward-char will move to the end of the previous line when starting from a line beginning.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/tpu-extras.el.gz
(defcustom tpu-backward-char-like-tpu t
"If non-nil, in free cursor mode backward-char (left-arrow) works
just like TPU/edt. Otherwise, backward-char will move to the end of
the previous line when starting from a line beginning."
:type 'boolean
:group 'tpu)