Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
== This page is somewhat of a tutorial on how to use the command line text editor "vi". Its pretty simple once you read over this. ==
= Open up a file with vi . =
To open a text file to edit with vi type the following into your terminal:
<code>vi file</code>
= Have the ability to add/delete text from the file . =
To insert text into the file you just opened, just hit the "i" key on your keyboard and start editing.
= Saving a file . =
To save a file, hit the "Esc" key on your keyboard and then type the following:
304

edits