Get command line inside vim



notes for Get command line inside vim:

cd something, start vim $ grep -n Menu * (access external) or :grep Menu * (build in vim) !ls (! is firing off a one off command, $ not) :shell to enter a shell



Tags:
Published: December, 2014