On Fri, Oct 22, 2004 at 05:45:40PM -0600, Scott Paul Robertson wrote: > 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'.
And for GNU readline, which is a really cool utility, you do 'set keymap vi' Justin ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
