Vim Interact with Unix
Rating:
Clone this SnippetSubmitted 7 years 6 months ago by peter.
- Log in to post comments
Interact with Unix
:!pwd Execute the pwd unix command, then returns to Vi !!pwd Execute the pwd unix command and insert output in file :sh Temporary returns to Unix $exit Retourns to Vi
Category:
Vim