From: Raf Czlonka Subject: Re: Editor being ignored? To: Scott Bennett Cc: gameoftrees@openbsd.org Date: Mon, 1 Mar 2021 15:42:02 +0000 Hi Scott, You already got the answer you need - I'll add one tip. Since you use base ksh(1) you might want to source its global config file in your $ENV: . /etc/ksh.kshrc It takes care of much more than just 'set -o emacs'. Cheers, Raf