What are the common operations of Linux?

  

Learning to use Linux is actually getting familiar with the various Linux operations. Of course, there are too many operations on Linux. Ordinary users only need to learn some common operations. This article will summarize the common operations of the Linux system for everyone.

OS: fedora 17

a, vim + taglist + cscope + ctags vim modes:

1, Normal Mode

also It is the most common normal mode. After entering vim by default, it is in this mode.

2, Visual Mode

Generally translated into visual mode, select some characters, lines, and columns in this mode.

In normal mode, you can press v to enter.

3, Insert Mode

Insert mode, in fact, refers to the state of editing input. In normal mode, you can press i to enter.

4, Select Mode

The commonly used mode in gvim can be called the selection mode. When you drag the area with the mouse, it enters the selection mode.

Unlike the visual mode, in this mode, after selecting the highlighted area, you can directly enter and replace the selected text by typing any button.

The effect of selecting editors under Windows is the same. In normal mode, you can enter by gh.

5, Command-Line/Ex Mode

is called command line mode and Ex mode. The two are slightly different. In normal mode, press the colon

to enter the Command-Line mode, you can enter various commands,

use the various powerful functions of vim. Pressing Q in normal mode to enter Ex mode is actually a multi-line Command-Line mode. Previous123Next page Total 3 pages

Copyright © Windows knowledge All Rights Reserved