On Sun, Oct 28, 2001 at 05:09:37PM +0100, martin f krafft wrote: | (2) ctrl-a and ctrl-e don't work anymore, somehow i have vi | handling in my shell - but only in X. console works just fine.
Isn't this awesome? <wink> In bash you can type "set -o vi" or "set -o emacs" to change the readline mode. The default is emacs. This could be set in ~/.bashrc ~/.bash_profile or /etc/bash.bashrc. Alternatively check ~/.inputrc and /etc/inputrc. I have "set editing-mode vi" in /etc/inputrc. | (3) startx doesn't start X anymore, but returns to the command line. | xinit works. Edit /etc/X11/Xsession.d/99xfree86-common_start and remove the quotes around $REALSTARTUP. (from 4.1.0-7 packages) -D