For those that use tcsh, the same can be accomplished in your .cshrc with:
bindkey -v

or emacs with:
bindkey -e

On 7/14/06, Grant Kelly <[EMAIL PROTECTED]> wrote:
Try this in bash (or put it in ~/.bashrc):
    set -o vi

You can now edit your command line like it's in vi, including using
'j' and 'k' (in command mode) to move down/up in your bash history.

Fun stuff...

_______________________________________________
RLUG mailing list
RLUG@rlug.org
http://lists.rlug.org/mailman/listinfo/rlug



--
If UNIX doesn't have the solution you have the wrong problem.
UNIX is simple, but it takes a genius to understand it's simplicity.

_______________________________________________
RLUG mailing list
RLUG@rlug.org
http://lists.rlug.org/mailman/listinfo/rlug

Reply via email to