From the course: Learning Vim

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Solution: External command

Solution: External command - vi Tutorial

From the course: Learning Vim

Solution: External command

- [Instructor] So open VIM, let's write some text. So I for insert mode, Ping www.vim.org: and now enter and escape to go back to normal mode. And now :r for reading, ! for running an external command, ping -c, on Windows it's -n, and then 3 and then www.vim.org. And we have it.

Contents