30 Beginner Vim Commands in 7 Minutes

  Рет қаралды 9,048

Nir Lichtman

Nir Lichtman

3 ай бұрын

Пікірлер: 68
@klutzrrrlol
@klutzrrrlol 2 ай бұрын
i needed this, first time i opened vim i had a brain aneurysm
@bmx666bmx666
@bmx666bmx666 2 ай бұрын
7 stages of VIM - shock, denial, anger, bargaining, depression, testing, and acceptance 😂
@shadesoftime
@shadesoftime 2 ай бұрын
You go through all of them while trying to figure out how to quit for the first time
@blackhaze3856
@blackhaze3856 2 ай бұрын
Vim has something that once you test it you can not stop using it.
@matan-h
@matan-h 2 ай бұрын
I alredy knew most commands but I forgot the "inside" option, which is very helpful
@christopherschoeder6781
@christopherschoeder6781 2 күн бұрын
This video should be at the top of the list when you search for vim editor. It's infinitely better than the other videos with how you go through the explanations, your speed of communication, and examples provided
@nirlichtman
@nirlichtman 2 күн бұрын
Thanks!
@garri_gueta
@garri_gueta 2 ай бұрын
I was completly wrong thinking " I need to add a lot of plugins in to my Vim". You confirmed it, with simply vanilla Vim and the 7 minutes of this video I'm a better Vim user with only a few commands, thanks a lot
@madghostek3026
@madghostek3026 2 ай бұрын
This is what made me learn more vim, it's installed on literally any linux system so you can be at home without any configuration, really pays off.
@anon_y_mousse
@anon_y_mousse 2 ай бұрын
@@madghostek3026 The next step is compiling your own with some tweaked options. I enable mouse functionality, the system clipboard and a few embedded languages. It is immensely useful to be able to scroll with a mouse when you don't quite know what you're looking for, and being able to click to focus once you've found it is great too. The number of times I've needed to paste a URL into a document has me wondering why every distro I've used doesn't enable the system clipboard for Vim.
@FaintArt
@FaintArt 2 ай бұрын
please do a continuation of this as a series.. please
@renamorcen
@renamorcen 11 күн бұрын
Dude these are so goated I've been using vim for like 4 years by now and half the stuff you outlined here I did like a caveman by hand. These are so great because I didn't even know vim could do this, so I assumed. dggL
@davvedp9309
@davvedp9309 2 ай бұрын
Fantastic channel covering really interesting topics! The videos are concise, to the point and easy to follow. You show off good practises too (like reading the man pages and emphasising that this isn’t production code) Perfect channel for someone looking to get into low level stuff! So excited that it’s growing and that I discovered it! Keep it up man 👍
@nirlichtman
@nirlichtman 2 ай бұрын
Thanks! :)
@marouaniAymen
@marouaniAymen 2 ай бұрын
Using Vim everyday will reduce the chances of having Parkinson Disease or Schizophrenia at old age.
@sukab
@sukab Ай бұрын
superb video, many thanks!
@Ccicada
@Ccicada 2 ай бұрын
This goooooooddd🎉🎉🎉 Make a part 2
@madghostek3026
@madghostek3026 2 ай бұрын
I forgot this is mainly a windows channel, when you typed :q I got scared by the windows desktop
@mo.G_2020
@mo.G_2020 Ай бұрын
windows is so unpleasant by this point
@421sap
@421sap 2 ай бұрын
God bless you in Jesus' Name Amen ✝️. Thank you.
@sweetygremlin5960
@sweetygremlin5960 2 ай бұрын
you are amazing
@Yougottacryforthis
@Yougottacryforthis 2 ай бұрын
I feel like unless I'm tourtured I'll never be in a position where i want to forego a modern ide for vim. But the skill-cap sure looks higher on vim ill give ytou that
@PeterZaitcev
@PeterZaitcev 2 ай бұрын
Two facts you should know about vim: 1. Use :q! (exclamation mark required) to quit 2. You should avoid using vim Have a nice day! - Nano.
@zeldaboch
@zeldaboch 2 ай бұрын
this is magic!
@mohad12211
@mohad12211 2 ай бұрын
Although you use Window, your setup is weirdly shaped around tools that are famous for Linux users, have you ever encountered a problem where the cause was that the tool being mainly made for *nix instead of Windows?
@nirlichtman
@nirlichtman 2 ай бұрын
Not something major, I can recall two main things that I remember, first is a Windows specific bug on Vim that I discovered when looking at the issues on Github in which it traversed the directory tree in a very inefficient way so it sometimes took way too long to expand recursive file paths, and this was fun since in the end I decided to submit a pull request to fix this code in Vim, and the code in that area indeed looked like it wasn't touched in quite a while. Second thing that I have encountered was a missing feature in kdenlive (which I use to edit videos), in which the screen recording cannot record sound, but in the end this is not a problem for me, since I started using OBS Studio to record my screen.
@asconblake
@asconblake 2 ай бұрын
nice question!
@ZecaSamicas
@ZecaSamicas 2 ай бұрын
Even though Vim / Neovim are great, I'll just stick up with Emacs Org-Mode, as if I do change, I'll probably forget all the keybinds lmao
@blahza12345
@blahza12345 2 ай бұрын
You can use evil-mode on emacs, which adds vim-like cursor movement, modes and keys
@aidannnt
@aidannnt 2 ай бұрын
please make a video on vim shortcuts for people who are already familiar with vim 😊
@nirlichtman
@nirlichtman 2 ай бұрын
I have many of those on my "Vim Tips" playlist, and some are also planned in the future :)
@aidannnt
@aidannnt 2 ай бұрын
@@nirlichtman oh my bad. Thank you! 🙏
@BMW_M-Performance
@BMW_M-Performance 2 ай бұрын
I love VIM - I use windows 10 btw
@shahriarrafsun7078
@shahriarrafsun7078 2 ай бұрын
How can i test test cases for competitive programming
@ChandrashekarCN
@ChandrashekarCN 2 ай бұрын
💖💖💖💖
@hana-gabana7598
@hana-gabana7598 2 ай бұрын
I see vim, but where is Linux ?
@ru2979
@ru2979 Ай бұрын
In heaven
@jakester1390
@jakester1390 2 ай бұрын
Talk more about lsp and how to configure include paths for clangd. I know about compile_flags.txt but is there an easier way without using cmake to generate a complie_commands.json?
@vaidehikumar655
@vaidehikumar655 2 ай бұрын
My favourite one is ciw
@mzakyr342
@mzakyr342 2 ай бұрын
thx
@justinnamilee
@justinnamilee 2 ай бұрын
Typically I wait til the end to comment "Nifty" or some such, but these boiz NEED to get VIM into their blood if they want to survive.
@nirlichtman
@nirlichtman 2 ай бұрын
Vim was indeed a step up for me, once I decided to seriously learn it
@FurryCuddler
@FurryCuddler 2 ай бұрын
:3 (go to line 3)
@Landee
@Landee 2 ай бұрын
i hate vim so much, hopefully ill love it one day
@GrandNecro
@GrandNecro 2 ай бұрын
how to navigate and work with multiple files in Vim?
@nirlichtman
@nirlichtman 2 ай бұрын
I have a video on that on my playlist "Vim Tips", I mostly like using tags, I find them to be a very nice and minimalist way to navigate source code :)
@Mau5trakt
@Mau5trakt 2 ай бұрын
How i can install vim in windows as you have?
@nirlichtman
@nirlichtman 2 ай бұрын
You can use the Windows built in package manager: winget install vim
@duyanho7974
@duyanho7974 20 күн бұрын
Can you make a tutorial about how to install vim on Windows?
@nirlichtman
@nirlichtman 20 күн бұрын
You can get it with the built in package manager: "winget install vim"
@duyanho7974
@duyanho7974 20 күн бұрын
@@nirlichtman Oh, I can install it, but I mean how to configure and have a plugin manager on windows, I want to add langue server to my Vim. I have watched your video about it but it seems you did it on Linux.
@nirlichtman
@nirlichtman 20 күн бұрын
@@duyanho7974 you can do the same steps on windows, it works :)
@duyanho7974
@duyanho7974 19 күн бұрын
@@nirlichtman Another problem is that when I use VSCode, there is a file explorer tab that I can move, change, delete files, how to do the same thing in Vim?
@nirlichtman
@nirlichtman 19 күн бұрын
​@@duyanho7974 After you select your working directory with :cd , you can use :Ex to open the built in file explorer plugin called netrw
@jackkendall6420
@jackkendall6420 2 ай бұрын
:3 :3 1:55
@user-fp8zc3mx3e
@user-fp8zc3mx3e Ай бұрын
1:51 :3
@GooogleGoglee
@GooogleGoglee 2 ай бұрын
Please use Linux.
@bhavyakukkar
@bhavyakukkar 2 ай бұрын
why
@GooogleGoglee
@GooogleGoglee 2 ай бұрын
@@bhavyakukkar why not.
@bhavyakukkar
@bhavyakukkar 2 ай бұрын
@@GooogleGoglee why not not
@GooogleGoglee
@GooogleGoglee 2 ай бұрын
@@bhavyakukkar I understand, but why: why not not
@bhavyakukkar
@bhavyakukkar 2 ай бұрын
@@GooogleGoglee linux is portable enough that you never need it on bare metal, and he does often use docker and maybe wsl
@kajelvobot2634
@kajelvobot2634 2 ай бұрын
WTF. You call basic functions a trick? Do you also consider pushing a button on your microwave and magically seeing it heat your food a trick?
30 Vim commands you NEED TO KNOW (in just 10 minutes)
10:27
typecraft
Рет қаралды 67 М.
Как быстро освоить Vim / Neovim?
23:31
PurpleSchool | Anton Larichev
Рет қаралды 49 М.
ROCK PAPER SCISSOR! (55 MLN SUBS!) feat @PANDAGIRLOFFICIAL #shorts
00:31
small vs big hoop #tiktok
00:12
Анастасия Тарасова
Рет қаралды 19 МЛН
Is it Cake or Fake ? 🍰
00:53
A4
Рет қаралды 20 МЛН
Vim Tips You Probably Never Heard of
12:11
Luke Smith
Рет қаралды 113 М.
Why I Cant Stand IDE's After Using VIM | Prime Reacts
17:51
ThePrimeTime
Рет қаралды 268 М.
5 Command Line Tools That Boost Developer Productivity (2023)
8:02
Making Simple Graphical Linux Distro from Scratch
17:19
Nir Lichtman
Рет қаралды 52 М.
Vim vs NeoVim, What's the Difference?  Which Should You Use?
10:29
Mental Outlaw
Рет қаралды 312 М.
Why I Can't Stand IDEs After Using Vim
5:14
Nir Lichtman
Рет қаралды 18 М.
Why Vim Experts Do THIS Instead of Using Tabs...
7:55
DevOps Toolbox
Рет қаралды 121 М.
What Happens When Booting Linux with Low Memory
5:11
Nir Lichtman
Рет қаралды 61 М.
Vim Doesn't Need Tabs
2:53
Nir Lichtman
Рет қаралды 9 М.
I'm never using Git the same way again
11:19
typecraft
Рет қаралды 82 М.
SSD с кулером и скоростью 1 ГБ/с
0:47
Rozetked
Рет қаралды 260 М.
Игровой Комп с Авито за 4500р
1:00
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 422 М.
CY Superb Earphone 👌 For Smartphone Handset
0:42
Tech Official
Рет қаралды 823 М.
Asus  VivoBook Винда за 8 часов!
1:00
Sergey Delaisy
Рет қаралды 1,1 МЛН