edit commandline with $EDITOR in tcsh

Posted by Nathan Fellman on Stack Overflow See other posts from Stack Overflow or by Nathan Fellman
Published on 2009-06-02T12:28:46Z Indexed on 2010/03/29 18:23 UTC
Read the original article Hit count: 493

Filed under:
|
|

Today's Daily Vim says this:

Assuming you're using the bash shell, the following can be helpful when composing long command lines.

Start typing on the command line and then type Ctrl-x Ctrl-e, it should drop you into your system's default editor (hopefully Vim) and allow you to edit the command line from there. Once finished, save the command line, and bash will run the command.

Is there any way to do this in tcsh?

© Stack Overflow or respective owner

Related posts about tcsh

Related posts about command-line