Tuesday, May 15, 2007

External Command in VIM

  1. ':shell' or ':sh' to go into shell, once you finish. use 'exit' to go back to vim.
  2. Can also use ':! command' to run command in vim.
  3. Use ':r file.txt' to insert file.txt into the file you are editing.

No comments: