Alibabacloud.com offers a wide variety of articles about difference between vi and vim, easily find your difference between vi and vim information here online.
. However, if you prefer vim under the GUI interface, please install the VIM-GTK package from the new installation or enter it in the terminal:sudo apt-get install VIM-GTK11.10 version does not seem to have its own vim, please try using the Vim.tiny command "VIM user manual"
1. What is the difference between VI and VIM, and what is the relationship between them?A: In a nutshell, the VI editor is the early UNIX text editor, more simple, does not support syntax color; the VIM editor is an improved version based on
as lists, associative arrays, and more. The Vim scripting language also has a variety of comparison operators and arithmetic operators. The control structure implements the if branch and the For/while loop. Users can also define their own functions, and can use more than 100 predefined functions. The script file that you write can be debugged in debug mode.The shortcomings
Large files are slow to read (use vim.org to download script named La
They are multi-mode editor, the difference is that Vim is the upgrade version of VI, it is not only compatible with all VI directives, but also some new features inside.These advantages of vim are mainly reflected in the following aspects:1. Multilevel undoWe know in
They are multi-mode editor, the difference is that Vim is the upgrade version of VI, it is not only compatible with all VI directives, but also some new features inside.These advantages of vim are mainly reflected in the following aspects:1. Multilevel undoWe know in
string. The number represents the Boolean type, 0 is false, and the number outside represents true. The latest Vim 7 provides advanced data structures such as lists, associative arrays, and more. The Vim scripting language also has a variety of comparison operators and arithmetic operators. The control structure implements the if branch and the For/while loop. Users can also define their own functions, and
They are multi-mode editor, the difference is that Vim is the upgrade version of VI, it is not only compatible with all VI directives, but also some new features inside.These advantages of vim are mainly reflected in the following aspects:1. Multilevel undoWe know in
They are multi-mode editor, the difference is that Vim is the upgrade version of VI, it is not only compatible with all VI directives, but also some new features inside.These advantages of vim are mainly reflected in the following aspects:1. Multilevel undoWe know in
Vim has made a lot of improvements to VI, and this chapter discusses the main features added to Vim: including built-in Help features, startup and initialization options, new move commands, extended regular expressions, extended undo, custom executables, and more.Built-in Help features:Vim's documentation of more than 100,000 lines, almost all of the instructions
Unix Linux vi Vim User manualAbout ViVi is the most popular full-screen document editor in the Unix world, and almost any UNIX machine can saywill provide this software. Linux Of course also has, its VI is actually Elvis (copyright question), but they allAlmost. Familiar with the DOS of the document processing, may feel that
debugging mode.
Weaknesses
Reading large files is slow (vim.org can be used to download a script named largefile and install it with optimizations) largefile
Even if the file is not large, processing will slow down if there are very long lines (same as above)
Vim's script language is too complex. There is no command for Automatic Execution and window management. (New users often feel this way)
Keys like Ctrl-1 that cannot be mapped (limited to the performance of some character terminals)
Vim by default is to edit all files in one window, and only one buffer is displayed when moving between files or moving to different parts of a file. However, Vim also provides multi-window editing to simplify composite editing tasks. This article will learn how to use multiple windows in a running vim process, including initialization and startup of multi-window
Vi and vim Editor (16): vim's Multi-Window Function (1)
By default, vim edits all files in a window. Only one buffer zone is displayed when files are moved or moved to different parts of the file. However, vim also provides multi-window editing to simplify the composite editing tasks. This article will learn how to use
Vi and vim Editor (14): vim Overview
Vim refers to "vi improved", that is, the ultimate version of vi. Currently, vim may be the most widely used similar
The help entry for the commands used in this section:
:help vimgdb
At the beginning of the UNIX system design, there was a very important idea: each program only implements a single function and connects multiple programs through pipelines to make them work together, to provide more powerful functions. The program only implements a single function. On the one hand, it reduces the complexity of the program, and on the other hand, it also enables it to focus on this function and make it the best.
Label:Vi/vim Use advanced: Use GDB debugging in Vim – use Vimgdb The help entry for the commands used in this section: In the original design of Unix system, there is a very important idea: each program only to achieve a single function, through the pipeline and other ways to connect multiple programs, so that they work together to achieve more powerful functions. The program only implements a single funct
Vi and vim Editor (13): Overview of Functions of similar vi Products
They are all my brothers:
There are many similar products of the vi editor that can be freely obtained. Vi and vim editor focuses on the
Vi and vim Editor (1): vi Text Editor
There are many editors in UNIX systems, which can be divided into two types: Row editor and full-screen editor. The row editor can only display one row of a file on the screen at a time, such as the ed and ex editors. The full-screen editor can display part of the file on the screen.
The
when you save a file:* Written for half a day, found no write permission. You can use: w filename to write the current result to a new file (because a new file is created in the directory at this time, so you need to write the file to a directory that has write permissions for you)* Try to write the file, but found that the file system is full. This workaround consists of a number of files that can be written to the file system with the remaining space and can be entered directly on the other s
Resolves an issue where there are many indents and spaces at the beginning of the Vi/vim when pasting http://www.jbxue.com/LINUXjishu/12232.htmlBecause the original text will be sent to the server in the same style as the string in SecureCRT.So the vim on the server is set to Autoindent, and in the I mode, it will indent the strings that are transmitted by SECURE
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.