Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Notes on the principles and applications of Unix-Chapter 7 vi Editor

2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Introduction: vi editor is a screen editor, there are always two kinds of editors in unix system, one is line editor such as: sed, the other is screen editor such as: vim

Word editor and text editor

The word editor can make the text bold and oblique, while the text editor can only edit the text quickly.

Initial vi Editor

The last line in Vi is used to enter commands that manipulate text content, and this line is also used to provide system output response messages

Before the text is saved, it is stored in a temporary area of memory-the buffer.

When in command mode, pressing the extra ESC key will beep.

Enter the command for the mode:

I: insert text on the left side of the cursor a: add text on the right side of the cursor

I: insert text at the beginning of the line A: add text at the end of the line

O: insert a row below the current line 0: insert a row above the current line

R: replace the character at the cursor position with a single character, without pressing ESC

R: replace the text on the right side of the cursor, and the existing text is rewritten

S: replace the cursor with multiple characters, multiple characters of position

S: replace an entire line

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report