linux_wiki:create_and_edit_text_files

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:create_and_edit_text_files [2016/02/29 22:48]
billdozor [Linux Text Editors]
linux_wiki:create_and_edit_text_files [2016/02/29 22:50]
billdozor [Command Mode]
Line 25: Line 25:
 </code> </code>
  
-Command Mode => Cannot type into the file, used for movement/editing\\ +  * Command Mode => Cannot type into the file, used for movement/editing 
-Insert Mode => Type in this mode\\ +  Insert Mode => Type in this mode 
-Ex Mode => Searching, Saving, Quiting, and Changing Vi's options+  Ex Mode => Searching, Saving, Quiting, and Changing Vi's options 
 + 
 +---- 
 + 
 +==== Command Mode ====
  
-=== Command Mode === 
 Movement Movement
   * i => enter Insert Mode   * i => enter Insert Mode
Line 38: Line 41:
   * G => goto last line in file   * G => goto last line in file
   * 1G => goto first line in file   * 1G => goto first line in file
 +
 Editing Editing
   * yy => yank line (copy)   * yy => yank line (copy)
Line 49: Line 53:
   * cc => delete current line and enter insert mode   * cc => delete current line and enter insert mode
  
-=== Insert Mode ===+---- 
 + 
 +==== Insert Mode ===
   * Esc => leave Insert mode, enter Command Mode   * Esc => leave Insert mode, enter Command Mode
  
-=== Ex Mode ===+==== Ex Mode ====
  
   * :q => quit   * :q => quit
  • linux_wiki/create_and_edit_text_files.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)