Vim Text Editor - A Quick Introduction to Using Vim on Linux - (Linux Tutorial for Beginners)

Channel:
Subscribers:
78,400
Published on ● Video Link: https://www.youtube.com/watch?v=FU5XO3Gxbn0



Category:
Tutorial
Duration: 5:47
528 views
15


Intro to using the VIM Text Editor on Linux. Learn how to edit a file using the Vim Text Editor. This Into to using VIM Text Editor is a Tutorial for Beginner Linux users. Vim Text Editor is a powerful text editor that allows you to make edits to files through the terminal. Start using Vim Text Editor today and learn about the various way to use it on Linux. We'll be using Ubuntu, but it can be used throughout all the various Linux Distros.

My Linux Cheat Sheet and 25 Page Checklist here:
📚 https://learn.savvynik.com

AI Tools for your Business:
https://delva.ai

Want more info/content?
https://savvynik.com

Useful Links/Commands:

Ubuntu : https://www.ubuntu.com/download
Etcher : https://www.balena.io/etcher/

#linux #savvynik #vim

Here are some of the commands mentioned in the video:

Esc key - gets you out of the current command
i - insert text
w - move forward one word
gg - will move you to the beginning of the file
o - begins a new line and lets you insert text
u - undo last operation
dd - deletes one line
1y - yanks one line

?search_file from bottom
/search_file from top

: - allows you to enter a command such as save or exit
:x - save and exit
:w - write file
:q - quit file
:q! - quit file and don't ask for permission

Make sure to Subscribe below for Future Installs, Updates, Reviews, and Tips!!!