netbsdnoob Hello everyone, it seems like all the shortcuts such as Ctrl+a, Ctrl+e, arrows and so on are not usable in my kshell, does anybody know how to perform these settings for ksh? Can you share you kshrc files so I can take some inspiration?
rvp netbsdnoob it seems like all the shortcuts such as Ctrl+a, Ctrl+e, arrows and so on are not usable in my kshell set -o emacs netbsdnoob Can you share you kshrc files Here
JuvenalUrbino netbsdnoob Can you share you kshrc files so I can take some inspiration? shells/ksh93 provides some interesting init functions to source inside /usr/pkg/libexec. You may want to check those out: $ pkg_info -L ksh93 Information for ksh93-1.0.7nb1: Files: /usr/pkg/bin/ksh93 /usr/pkg/bin/shcomp /usr/pkg/libexec/ksh93/autocd /usr/pkg/libexec/ksh93/cd /usr/pkg/libexec/ksh93/dirs /usr/pkg/libexec/ksh93/man /usr/pkg/libexec/ksh93/mcd /usr/pkg/libexec/ksh93/popd /usr/pkg/libexec/ksh93/pushd /usr/pkg/man/man1/ksh93.1 /usr/pkg/man/man1/shcomp.1