Data Scientist & Machine Learning Engineer
View the Project on GitHub francisco-camargo/francisco-camargo
Commands to install Vim to be used within the terminal
sudo apt update
sudo apt install vim
If you use VSCode you can also use Vim via the Vim extension, and you can learn Vim via the Learn Vim extension. The Learn Vim book, and reference of Vim commands.
Guide on how to customize Vim keybindings within VSCode.
esc
i
a
v
:
k
j
h
l
o
O
y$
y^
yy
yaw
yiw
yfx
ytx
P
"0p
paste last yanked string, instead of paste last cut stringdd
d$
This is the mode used to highlight text, guide.
viw