| Knowledgebase Home | Glossary | Favorites |
| VIM basics | ||||||||||
Connecting to your Container via SSHTo start vim, ssh to your container and type: Vim is a powerful text based editor for Linux/Unix based operating systems. Much can be done with it, but we want to focus on the basics, as vim isnt intuitive right off the bat. Basically there are two operation modes in Vim:vim filename.foo
i - will put you in the most basic insert mode. Whereever the cursor lies is where you will begin typing.hit Esc to exit insert mode and to enter command mode. To save the contents of your file and quit vim, while in command mode type (Note- you must type the colon here.):wq This is a very basic explainiation of how to use the Vim editor. To learn more of the modes/commands in vim, go here |
| Visitor Comments |
|
| Related Articles |
| No related articles were found. |
| Attachments |
| No attachments were found. |