On Fri, Oct 22, 2004 at 02:45:24PM -0700, Gary Thornock wrote: > One question that's come up since last night, for instance: does > (t)csh have anything similar to .inputrc, and particularly to the > vi-style command-line editing? >
It appears that tcsh uses the built in command 'bindkey' to set your keyboard mode. It's in the man page under 'Editor Commands'. It would appear that just simply running bindkey should give you and idea, and 'bindkey -l' should help too. I personally use zsh, and it also uses the bindkey builtin to handle this and in zsh the command to set vi mode is: '$ bindkey -v'. Once you figure out what to pass to bindkey to turn on vi mode, you should just have to put that in the appropriate rc file. -- Scott Paul Robertson http://spr.mahonri5.net GnuPG FingerPrint: 09ab 64b5 edc0 903e 93ce edb9 3bcc f8fb dc5d 7601
pgpKwhSyCVhYy.pgp
Description: PGP signature
____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
