* shawn bright [2007.04.15 20:15]:
> Hey there, i am looking for a command that will
> delete all whitespace up until the first
> character.
> 
> for example
> 
> []            some_characters
> []some_characters.

:s/^\[\]\zs\s*//

-- 
JR

Reply via email to