27
loading...
This website collects cookies to deliver better user experience
“You learn something better when you have to work with real projects”
It is already installed almost on every system. You don’t have to install it for a new dev environment.
It doesn’t need much HD and works very well with less resources.
It is better at solving simple problems when you are already accustomed to use it.
$vimtutor
command.$vim test.txt
Vim starts with editor mode
. You can use I
to start with insert mode
and back to editor mode
again with [Esc]
or ctrl + [
commands.⬅ h to left,
⬇ j to down
⬆ k to up
➡ l to right
$vim test.txt