Francisco Camargo

Logo

Data Scientist & Machine Learning Engineer

View the Project on GitHub francisco-camargo/francisco-camargo

Vim

Return to top README.md

Install Vim on Linux

Commands to install Vim to be used within the terminal

sudo apt update
sudo apt install vim

Vim on VSCode

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.

Vim Commands

Normal Mode

Visual Mode

This is the mode used to highlight text, guide.