Presentation is loading. Please wait.

Presentation is loading. Please wait.

Using Linux Text Editors. Use Non-Graphical Linux Text Editors Graphical Text Editor.

Similar presentations


Presentation on theme: "Using Linux Text Editors. Use Non-Graphical Linux Text Editors Graphical Text Editor."— Presentation transcript:

1 Using Linux Text Editors

2 Use Non-Graphical Linux Text Editors Graphical Text Editor

3 One of the reasons for this is the fact that the Registry stores data in many different formats. Some values accept regular text strings; other values require data to be entered in binary format.

4 Using the vi Editor vi Modes ■ Normal mode ■ Insert mode ■ Command mode ■ Replace mode

5 Opening Files in vi Ex: vi vidu1.txt

6 Working in Insert Mode Switch to: S I Insert

7 Command Mode Commands ■ exit Writes the current file and then closes vi. ■ wq Also writes the current file to disk and closes vi. ■ q Closes vi without saving the current file. This can only be used if the file hasn’t been changed. If the file has been changed, then you must enter q!.

8 Entering Commands in vi Normal Mode ■ dw Deletes the word that comes immediately after the cursor, including the space following the word. The text is saved in a memory buffer. ■ de Deletes the word that comes immediately after the cursor, not including the space. The text is saved in a memory buffer.

9 Entering Commands in vi Normal Mode.. ■ dd Deletes the entire current line. The text is saved in a memory buffer. ■ p Inserts the text deleted in the last deletion operation after the current cursor location ■ d$ Deletes from the insertion point to the end of the line. The text is saved in a memory buffer.

10 Entering Commands in vi Normal Mode.. ■ u Undoes the last action. ■ CTRL-G Displays a status line at the bottom of the interface. This displays the name of the file, the total number of lines in the file, and the current cursor location. This is shown in Figure 5-15. ■ /search_term Searches for the next instance of the term specified.

11 Exercise 5.1 Page: 234

12 Using the Emacs Editor

13

14

15 At the shell: emacs

16 Using Quick Emacs Alt W: copy Ctrl Y: paste Ctrl W, X: save

17 Exercise 5.2 Page: 241

18 Use Graphical Text Editors It work if: ■ The system is working properly. ■ The system has X Windows, a window manager, and a desktop installed. ■ Your X Window System has been configured properly to work with your hardware.

19 Graphical Desktop Environments GNOME KDE

20

21


Download ppt "Using Linux Text Editors. Use Non-Graphical Linux Text Editors Graphical Text Editor."

Similar presentations


Ads by Google