What Vim Is and Why You Should Learn It

  Рет қаралды 198,685

Linux Training Academy

Linux Training Academy

Күн бұрын

Vim Cheat Sheet:
www.linuxtrainingacademy.com/...
Vim Tutorial:
www.linuxtrainingacademy.com/vim
Should you learn nano, emacs or vim?
www.linuxtrainingacademy.com/...
Vim Tutorial for beginners:
www.linuxtrainingacademy.com/vim

Пікірлер: 70
@LinuxTrainingAcademy
@LinuxTrainingAcademy 6 жыл бұрын
What's your favorite vim feature??? (I'm a huge fan of macros!)
@saulaxel
@saulaxel 6 жыл бұрын
The gn object
@NicosLeben
@NicosLeben 5 жыл бұрын
:q
@RobertGrimm
@RobertGrimm 5 жыл бұрын
Regular expressions!
@johnclasson6691
@johnclasson6691 5 жыл бұрын
How I can make vim execute commands based on what type of document I’m in
@saulaxel
@saulaxel 5 жыл бұрын
@@johnclasson6691 With autocommands
@humanfactorsio
@humanfactorsio 7 жыл бұрын
Got me at "Know how to exit out of Vim" 😂😂😂
@ashwin372
@ashwin372 3 жыл бұрын
I used vi while following some tutorial initially i had no clue how to exit so i had to shut down the pc manually 😂
@sykocode8530
@sykocode8530 3 жыл бұрын
I don't understand this meme tho... Its written there :q to quit when you open it
@algoboi
@algoboi 3 жыл бұрын
press Esc and then type colon : and q . Hit enter
@ashwin372
@ashwin372 3 жыл бұрын
@@algoboi of course. I had no knowledge about vim and linux so it was really hard.
@view2me
@view2me Жыл бұрын
@@ashwin372 lmao
@josephknightcom
@josephknightcom 5 жыл бұрын
Excellent video. Thank you for being so to-the-point. Been considering trying VIM regardless of all the visual IDE’s out there. I think you just convinced me to delve into some VIM. Thank you.
@electricspider2267
@electricspider2267 3 жыл бұрын
The most important key combination is ESC ESC ESC :q! ENTER Where ESC is the escape key And ENTER is the enter key. Everything else is typed out (except the spaces) If you learn one thing about vim, this should be it.
@aimee6757
@aimee6757 Жыл бұрын
this was really helpful!! my boyfriend taught me how to exit vim now i wanna learn more about it for him :)
@CodingCommanders
@CodingCommanders 7 жыл бұрын
Great information and well explained!
@simonjohnade
@simonjohnade 6 жыл бұрын
Just what I needed to hear ;)
@a9nh
@a9nh 4 жыл бұрын
Nice video! You convinced me to watch your complete vim course on Skillshare! But may be after i complete one of the linux admin bootcamp stuff.
@meirnl
@meirnl 6 жыл бұрын
Thank you for this video. I have just started using vim as plugins for autocompletion on editors such as VSCode or Sublime Text in C/C++ and Rust weren't working for me, while YCM works extremely well for these languages. I already used vim to edit when using the terminal, but the examples you showed such as di" make it much easier for me to learn vim as I now see the logic in these specific combinations of keys :)
@Naitsabes68
@Naitsabes68 4 жыл бұрын
Commands are easy to remember in Vim sweats in Ctrl+W Shift+T
@The9TKitsune
@The9TKitsune 4 жыл бұрын
Ctrl+W -> "control windows". Vim refers to visual views of buffers as windows, so this makes sense. You're moving into mode to control the windows on your screen.
@vasilisthemelis9017
@vasilisthemelis9017 5 жыл бұрын
"inside" is a proposition in this case.
@MoreChannelNoise
@MoreChannelNoise 6 жыл бұрын
Tried it and tried it but could never get used to the modes, having to type i or a to edit and then get out of edit mode to be able to move around etcc.
@homedevise8025
@homedevise8025 5 жыл бұрын
Visual studio code?
@cerealguyfrank5509
@cerealguyfrank5509 5 жыл бұрын
Interesting!
@UltraAnalisis
@UltraAnalisis 6 жыл бұрын
i use programmer Dvorak how do i change every key or where there is a file and how to use it to change the keys. i already change the keys 1 at the time on vim plus atom, but i got your video course and the vim editor... i want to follow you and be able to do everything with you, on the layout i use.
@kamalhossain8282
@kamalhossain8282 6 жыл бұрын
UltraAnalisis 6688
@abhishekprabakar2775
@abhishekprabakar2775 6 жыл бұрын
Very intersting...................................................................................................................
@lesliesavege1206
@lesliesavege1206 4 жыл бұрын
1:58 I was blown away as too how hard it was to exit edit mode. Crashed it and had to close the terminal, and then found out it left a hidden swp file in the directory. Nano is much easier to use, and the short cut keys are listed at the bottom of the editor. Why anybody would want to use vim is beyond me, when the learning curve to nano is almost nonexistent.
@LinuxTrainingAcademy
@LinuxTrainingAcademy 4 жыл бұрын
Vim is super powerful. Nano is fine for simple, infrequent text editing. However, if you spend a lot of time editing text files, then vim is worth the learning curve. Vim has saved me countless hours. ;)
@vviimmi
@vviimmi 10 ай бұрын
i think i will pick up vim 😂
@hamobu
@hamobu 3 жыл бұрын
I am running kubuntu. When I type vim it tells me that it's not installed, but when I type vi, it says that I am running vim
@LinuxTrainingAcademy
@LinuxTrainingAcademy 3 жыл бұрын
To get the full version of vim run these commands: sudo apt update sudo apt install vim
@ebrimao.touray8201
@ebrimao.touray8201 3 жыл бұрын
mein you are so convincing :-)
@DrEn-vp2pg
@DrEn-vp2pg 5 жыл бұрын
Vim is on macOS by default
@maddancing
@maddancing 4 жыл бұрын
What Vim Is and Why You Should Learn It : ~~It may be your only editor choice. ^This, in every other `why vim` video....
@lenfy.
@lenfy. Жыл бұрын
and u camt exit vim
@HeyFang
@HeyFang Жыл бұрын
When did he show how to exit vim? ;-;
@torsmork
@torsmork 4 жыл бұрын
When I want to delete a word I just move to the word with either a mouse or the arrow keys, and then delete it. All done. No need to use something overly complex and hard-to-use, for such a simple task. That would just be the opposite of effective. :P
@rootofminusone
@rootofminusone 6 жыл бұрын
lol comparing vim with nano
@josephgaviota
@josephgaviota 4 жыл бұрын
"Vim is ubiquitous" ... well yes, since it's part of the POSIX standard.
@samueldantas6817
@samueldantas6817 6 жыл бұрын
Vim or Emacs?
@samueldantas6817
@samueldantas6817 6 жыл бұрын
Jessica Rocha-Slemmons Actually, I'm learning Vim. Hope in a few months do a fully switch.
@DavidMannMD
@DavidMannMD 6 жыл бұрын
Evil mode in Emacs. Best of both worlds.
@hinach4n698
@hinach4n698 6 жыл бұрын
NEOVIM
@zaimwaqar2788
@zaimwaqar2788 6 жыл бұрын
Evil
@VictorRodriguez-zp2do
@VictorRodriguez-zp2do 5 жыл бұрын
@@hinach4n698 Vim 8.1
@NguyenTran-eq2wg
@NguyenTran-eq2wg 2 жыл бұрын
Why are we using this in 2022...
@LinuxTrainingAcademy
@LinuxTrainingAcademy 2 жыл бұрын
Because it's as awesome in 2022 as it's ever been. ;-)
@NguyenTran-eq2wg
@NguyenTran-eq2wg 2 жыл бұрын
@@LinuxTrainingAcademy Sorry if I seem out of touch. I'm just a new college freshman starting out with CS, and I can't seem to wrap my head around why are we doing this instead of using Word or Google Docs or VS Code which are so intuitive?
@zokalyx
@zokalyx Жыл бұрын
@@NguyenTran-eq2wg vim is faster if you learn how to use it. vscode and similar editors have a limit on how fast you can edit or navigate, since you need to use the mouse.
@alexanderzaborski6675
@alexanderzaborski6675 6 жыл бұрын
Visual Studio Code > Vim ;)
@colorofmus1s
@colorofmus1s 6 жыл бұрын
Alexander Zaborski lol
@butafly5117
@butafly5117 6 жыл бұрын
Hmmmm looks like you got < confused with >. Please Edit
@MrChicharo90
@MrChicharo90 5 жыл бұрын
Reuben Magee lemme go into Edit mode
@muabyt7333
@muabyt7333 5 жыл бұрын
you forgot to do (esc) :q!
@xonxt
@xonxt 5 жыл бұрын
literally anything > Vim.. unless you're working on a terminal with no GUI or through ssh, and have no other choice. Otherwise, there's literally not a single reason to submit yourself to this sado-masochistic torture. And this video did nothing to convince me. Literally every single feature or function can be done with any other editor (like Notepad++) or IDE, but without having to learn a bunch of "shortcuts".
Mastering Linux Man Pages - A Definitive Guide
39:03
Linux Training Academy
Рет қаралды 65 М.
Tmux Tutorial for Beginners
11:58
Linux Training Academy
Рет қаралды 18 М.
НЫСАНА КОНЦЕРТ 2024
2:26:34
Нысана театры
Рет қаралды 1,1 МЛН
Пранк пошел не по плану…🥲
00:59
Саша Квашеная
Рет қаралды 6 МЛН
Vim vs NeoVim, What's the Difference?  Which Should You Use?
10:29
Mental Outlaw
Рет қаралды 316 М.
I tried 10 code editors
10:28
Fireship
Рет қаралды 2,9 МЛН
Vim Tips I Wish I Knew Earlier
23:00
Sebastian Daschner
Рет қаралды 46 М.
Vim Versus Emacs. Which Is Better?
30:38
DistroTube
Рет қаралды 267 М.
Vim Can Save You Hours Of Work
20:52
DistroTube
Рет қаралды 169 М.
Learning Awk Is Essential For Linux Users
20:02
DistroTube
Рет қаралды 291 М.
7 Essential Command Line Tools (2022)
9:12
Tech Craft
Рет қаралды 203 М.
Vim in 100 Seconds
11:53
Fireship
Рет қаралды 1,1 МЛН
Learning Vim: The Path to Mastery (Vim Conf 2020) (Matt Boehm)
35:05
Mastering the Vim Language
36:20
thoughtbot
Рет қаралды 607 М.
ВАЖНО! Не проверяйте на своем iPhone после установки на экран!
0:19
ГЛАЗУРЬ СТЕКЛО для iPhone и аксессуары OTU
Рет қаралды 6 МЛН
Как бесплатно замутить iphone 15 pro max
0:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 8 МЛН
Rate This Smartphone Cooler Set-up ⭐
0:10
Shakeuptech
Рет қаралды 6 МЛН