Linux upgrades Vim 8.0

Source: Internet
Author: User

Linux upgrades Vim 8.0
GuideThe Vi editor has been available for a long time since its release in 1976. It not only provides users with efficient editing interfaces and terminal control functions, but also provides us with many traditional and practical functions. However, the Vi editor lacks frequently used functions such as multi-screen, syntax highlighting, and multi-step Undo.

Therefore, the development and appearance of Vim (enhanced version Vi) provides users with a more complete, advanced, and complete text editor. Vim should be invisible to Linux users, it is a powerful, highly configurable cross-platform text editor for Linux, OS X, Solaris, * BSD, and Windows platforms.

Users familiar with Vim should know that their main features include window separation, Vimdiff, folding, flexible indentation, Unicode support, comprehensive documentation, and powerful plug-in architecture, and native support for many scripting languages.

Vim 8.0 update content
  • Task support
  • Microsoft users support DirectX
  • Supports asynchronous I/O, Channels, and JSON
  • New Style Test
  • Lambdas and Closures
  • Partials
  • Software Package
  • Estamp
  • Timer (asynchronous)
  • Support for GTK + 3
  • Viminfo merge by timestamp

For details about the features of Vim 8.0, see changelog.

How to install Vim 16.04 in Ubuntu 8.0

Although Vim 8.0 has been officially released, it takes a long time to enter the official sources of major Linux distributions. Fortunately, some people have made unofficial PAGs for Ubuntu and its derivative versions for installation. However, this method is risky. We recommend that you only use it for testing environments.

sudoadd-apt-repositoryppa:jonathonf/vimsudoaptupdatesudoaptinstallvim

After the installation is complete, you can directly use the vim command to view the release information.

To uninstall the PPA source and return to the old native Vim version provided by Ubuntu official source, run the following command:

sudoaptinstallppa-purgesudoppa-purgeppa:jonathonf/vim

For other Linux release users, in addition to waiting for official source updates, you can also manually compile the source code to taste Vim 8.0.

Debian/Ubuntu and Mint
sudoaptinstallncurses-devwgethttps://github.com/vim/vim/archive/master.zipunzipmaster.zipcdvim-mastercdsrc/./configuremakesudomakeinstallvim
RHEL/CentOS and Fedora
yuminstallncurses-develwgethttps://github.com/vim/vim/archive/master.zipunzipmaster.zipcdvim-mastercdsrc/./configuremakesudomakeinstallvim

From: http:// OS .51cto.com/art/201609/517679.htm

Address: http://www.linuxprobe.com/vim8-0-linux.html


Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.