2010/8/4 Balaji Narayanan (பாலாஜி நாராயணன்) <[email protected]>: > On 4 August 2010 09:46, Tha.Suresh <[email protected]> wrote: > You cn do most of the command line editing via readline. > > set -o emacs or set -o vim > > and most of the vim and emacs command line editing will work on the shell.
emacs is the default behavior in bash, ksh, zsh in my experience which can be overriden by shell's builtin function bash being the CLI by default, simply put the above in your .bashrc. In csh, again the default is emacs. For vi use "bindkey -v" for vi editing behavior. -- Arun Khan _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
