From the course: Learning Vim

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Solution: External command

Solution: External command - vi Tutorial

From the course: Learning Vim

Start my 1-month free trial

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