terminal:
Some quick actions for interactive mode:
global command: ?, =, A,, D, G , H, I K, Q, R , S, W Z
command of the statistic area: l, m, t, 1
commands for the task area:
appearance: B,, Y, Z content: C, F, H , O, S u size: #, I, n sort:
color scheme: ret>, A, B , B, H M, Q, S , T, W Z, 0- 7
window Commands: -, _, =, +, a, a, G, G, W /c17>
8.Sysdig-Advanced view of system processesSysdig is a monitorin
Tags: Apache log jump authenticationMay 29 Task11.18 Apache user authentication11.19/11.20 Domain Jump11.21 Apache Access Log11.18 Apache user authenticationThe so-called user authentication is to enter the 80 port corresponding to the page, that is, through the Apache time, set the user password is security authentication. Although generally not used,However, the Administrator account login page may add such a layer of security certification.Open the virtual host configuration file.
Everyone crossing, welcome to listen to the large-scale couplet science fiction: Vim. Last time we introduced the VIM plug-in with theThe file is placed. This time, let's continue to talk about Vim's plugin. This time we want to say the vim plugin called: Ctags. Well, that's the same thing.Gossip Hugh, words return to the positive. Let's talk about
Solve the problem of the original URL: http://m.blog.csdn.net/blog/zuisuozhe/37600293, I do the original content to edit, please forgive the original author.
problem : I Ubuntu14.04 under the installation of VIM-GTK encountered the following problems:
$ sudo apt-get install VIM-GTK reading package list ... CompleteAnalyzing Dependency tree for PackageReading status information ... CompleteThere is no avai
, while the cursor goes down another line, enter "# hello!" )。(25) Save the document and exit (press the ESC key and enter ": Wq").Ii. Vim Usage Supplement1.vim Editor replacement mode and visual modeIn general mode, press R and R on the keyboard to enter replacement mode. If you press small r then you enter the replacement mode, and the next character you enter
This method solves my Windows Gvim Chinese garbled problem (share with you),This method references http://www.douban.com/note/145491549/To view the encoding of a file:: Echo fileencodingVim has four options related to character encoding, encoding, fileencoding, Fileencodings, termencoding (the possible values for these options can be found in the VIM online assistance: Help Encoding-names), They have the following meanings:Encoding:vim the character e
Install vim on centos7 and display Chinese Characters in vim
1. Install vim on centos7
Yum-y install vim (simple and crude installation method)
2. No garbled characters are displayed in vim.
(1), vim ~ /. Vimrc (~ /. Vimrc is
Linux learning notes-Explanation of Vim operation commands and learning notes-vim
Linux Study Notes-Vim operations
1. Vim Introduction
Vim is a powerful full-screen text editor,
Is the most common text editor on Linux/UNIX,
It is used to create, edit, and display text files.
one case is to open multiple files in the shell with Vim, and the other is to open multiple files in the VIM editoropen multiple files at the same timeVim File1 file2Open the file and display the Vim-o file1 in the horizontal window file2Open file and display Vim-o p1.sh vertically p2.shopen a new file in VimThe origin
Global find substitution:%s/stext/rtext/gLike what::%s/text/txt/g is to replace all the text into txt. How does vim collectively indent a piece of code or vice versa?
Very simple, by V into the visual mode, select the code to indent, press > Indent code, a > Insert a tab, of course, to insert 3 tab on the input 3>
The tab width can be set in _VIMRC
Set tabstop=4
Set shiftwidth=4
use VIM bulk annotation
Cainiao configures vim and cainiao vim
I don't know how cainiao configures vim.
If you want to make your vim and VS similar, you must use this URL.
Http://www.open-open.com/lib/view/open1429884437588.html
After Linux is started, it is inevitable to use the vim editor. At the
Extremely easy-to-use Vim configuration and Vim ConfigurationHttps://github.com/ma6174/vim-deprecatedsimple installation tips:
Open the terminal and execute the following command to automatically install it:
wget -qO- https://raw.github.com/ma6174/vim/master/setup.sh | sh -x
Or manually install: (ubuntu is used as an e
Before using vim, let's take an appetizer and learn some common commands in Vim. With these basic commands, we can use Vim more conveniently and speed up our work ~
Note: The following commands are mainly used in the normal mode of VIM.
1. Create/modify a file
When you need to edit an object, the object
Mastering the common commands of the Vim editor can greatly improve the efficiency of our text editing. Basic Operations
When we first contacted the Vim editor, we learned some of the following things:
Just enter the Vim editor, we are in Normal mode , press I on the keyboard, we enter the insertion mode . In insert mode, if you press ESC, you are back in normal
Dark Horse programmer-vim Editor, dark horse programmer-vim
I. Basic operations
1. ENTER the vim Editor: vim filename
2. move the cursor
Left shift: h
Shift right: l
Move up: k
Move down: j
3. Delete the character where the cursor is located: x
4. insert or add text:
I insert text before the cursor
A attaches text beh
Vim shortcut keys and vim common shortcut keys
1. vim ~ /. Vimrc enter the configuration file
If you do not know where the vimrc file is, you can use scriptnames to view it.
Set nu # row number
Set tabstop = 4 # A tab has four spaces.
Set ai # set automatic indent
Syntax on # Highlight
2. Basic
Move the Space key to the right
X Delete the following character X D
Linux vim commands and linux vim commands
A detailed introduction of vim commands in linux.
Some advanced editors will contain macro functions, which are certainly not missing in vim. It is very convenient to use Macros in vim:
: Qx starts to record macros and saves the resu
Talk Vim together (21st back: NerdTree continuation of Vim plug-in), vimnerdtree
Hello, everyone. You are welcome to join in to hear the story of Zhang huiti: Vim. The last time we introduced the NerdTree in Vim
Plug-in .. In this case, we will continue to talk about the NerdTree plug-in, but the last time we talked a
Python auto-completion (vim) and python auto-completion vim
I. vim python Automatic completion plug-in: pydiction
The following python code can be automatically completed:
1. Simple python keyword completion2. python function completion with parentheses3. python module completion4. Functions in the python module and variable completion5. from module import sub-mo
Complete VIM tips: file name completion and vim tips completion
Well, I 've been reading the "concise Python tutorial" These two days. The author suggested to write the file name and the interpreter of the call in the comments in front of the Code. For example:
Well, of course I can't create a file every time. I need to write a large string of things at the beginning. There must be a simple way to use
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.