
Inside
Just press ESC, and followed by :Tutor from inside Vim to launch it.
i – enter mode.
v – visual mode
:132 – will get you to line 132 in the editor.
:w , :wq, :q! – save, save + exit , exit no save
File Explorer
Outside or inside of vim
vim (folder)
:e /home/user - inside vim
Starting With Netrw netrw-start
Netrw makes reading files, writing files, browsing over a network, and
local browsing easy! First, make sure that you have plugins enabled, so
you’ll need to have at least the following in your <.vimrc>:
(or see netrw-activate)
:help netrw
Line numbers
:set nu
Leave A Comment?