Learn to Use Vim Editor in Terminal - Hallo sahabat cluster technology, on this occasion ane will give an article about learning to use vim, many who use vim editor among programmers and sysadmin who use the editor, because it will look minimalist and who likes speed in doing configuration / settings.
Vim editor is based on text / command vim, where to use must use special commands that have been created by vim creators and developers, but for now vim can already use with graphics mode where users do not need to memorize many commands every time they want to do in vim.
In addition, vim already provides many features that are paired separately or in the form of plugins, this becomes an advantage in vim when a feature that is not used can be uninstalled and can reduce the performance of the vim editor because it does not use too many features.
What is Vim?
Vim stands for (Vi IMproved) is a free or open source text application for derivative operating systems from unix, Vim is the development of the previous editor, Vi created by Bill Joy.
Vim was written and developed by Bram Moolenaar, vim was created based on stevie text editor, vim was first released to the public in 1991, vim editor focused more on the interface of its own application command line in a graphical interface.
Vim uses vim license which aims to encourage users who use vim to feel that vim applications are completely free, in addition to vim licenses are very compatible with GNU / Linux licenses.
Website VIM
How to Install Vim Editor
FreeBSD
pkg install vim
Debian and Ubuntu
apt-get install vim
apt install vim
RedHat and CentOS
yum install vim
Arch
pacman -S vim
OpenSUSE
zypper install vim
7 Reasons Users When Switching to Vim Editor
- See others using Vim Editor and using the keyboard only
- Switching the operating system, to open source because many tutorials use vim editor inevitably have to follow
- Following the trend
- Many use it around the world and many are supportive, so there are often version updates from vim editor.
- Happy with speed when configuring
- Reduce mouse usage
- Want to be a programmer
- Not many people can this be a special thing for those who can and certainly
- Free of charge
(Part 1) Run and Exit Vim Editor
Running Vim Editor
vim
Exit Vim Editor View
:q!
:q
(Part 2) Get to Know the Type of Vim Editor Mode and Its Functions
Normal Mode
vim name-file-dokumen