On 2006-05-18, Wijaya Edward <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Is there a way to enable history view of 
> all the shell command executed under vim,
> i.e. with :! shell_command

If you are content to look at them one line at a time, just type

    :!

and then use the up arrow to step through all of the command in your 
history buffer that begin with ":!".

One way to see all these commands at once is to type

    q:

in normal mode or type the 'cedit' character in command mode to open 
the command-line window.  Then execute

    g/^!

HTH,
Gary

-- 
Gary Johnson                 | Agilent Technologies
[EMAIL PROTECTED]     | Wireless Division
                             | Spokane, Washington, USA

Reply via email to