- or download this
$G{editor} = "emacs"; # editor to use
$G{list_pager} = "less"; # output pager program
- or download this
$G{editor} = $ENV{EDITOR} || "vi"; # editor to use
$G{list_pager} = $ENV{PAGER} || "more"; # output pager program
- or download this
$ PAGER="mail -S \"TODO reminders\" me@domain.com" t -l
- or download this
$ EDITOR= t -e