C Programming Tutorial 17 - Vim Basics - Part 1

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

@Caleb Curry Thanks so much for your endeavour, you made my Sunday morning 🌞! 🎩

seraphimwang
Автор

move the cursor: H (left). K (Up), J (down), L (Right)
jump to a particular line: line_number + Shift+G
go to the end of a line: $ (shift + 4)
go to the beginning of a line: ^ (shift + 6)
jump to the beginning of next word: w
jump to the beginning of last word: b

vincent-uhuo
Автор

Thanks man, I have a class that we have to use vim and c. This helped a bunch

Beast
Автор

The real reason Vim uses alternate keys for moving the cursor and not just the arrow keys is two-fold: not all terminals had arrow keys, and it is faster to navigate text if you don't have to move your hands off of the home row. The farther away from the home row your hands are, the slower your typing. Excellent video.

chrislozaga
Автор

Vim is like the Dark Souls of text editors :p

brfin
Автор

Vim? More like Invader Zim, because all this seems a bit alien to me. But hopefully I can get more comfortable with it over time, and at any rate, thank you so much for sharing!

PunmasterSTP
Автор

Nice one. Super helpful and straightforward!

janphillips
Автор

Ah SHIFT+$ and SHIFT+^, that makes a lot more sense than tapping the Home and End buttons

redspidermkv
Автор

I am typing the code on gedit for linux. I am content with it for now. I can see how vim shortcuts could be useful for longer programs, and I will learn vim eventually.

alanlilly
Автор

These are really cool tutorials, I am really enjoying the ride :)
I have a question though. I enjoy writing code in vim, but I am also using vscode which seems way more practical and easy to use. Is there a downside of using a text editor like vscode? Is convention to use vim or a similar terminal text editor?

OGSoundFX
Автор

why allow me to use the mouse when you can force me to 10ShiftGJHIK my way around🤷🏼‍♂️

nicolamarizza
Автор

YO ON GOD I HATE YOU FOR NOT PUTTING THIS AS LIKE VIDEO 7 😂😂 im over here like how the hell do i put syntax on not having any colors is driving me insane

justcoolinmike
Автор

Why not mention vimtutor. I think it's probably a better way to learn all the fundamentals of vim.

bryophyta
Автор

alright so this is weird. everytime i enter clear in the terminal my code gets deleted ie when i type in vim eggs.c it shows me a new file was created and my code has vanished. can someone plz tell me what im doing wrong

ramishasharikahossain
Автор

this is just a vim basics video, there is literally nothing about setting up an editor for C.

chopcooey
Автор

So thats why movie programmers/hackers doesn't use mouse to move araound

dragonslayer
Автор

omg didnt know the a and the w command

maxmustermann-hxfx
Автор

This also did not work, I think this is impossible, I’m just going to go back to windows, thank you anyways.

MLP
Автор

im a groan.. why why why..oh lord... weep.. vim user

foxyrollouts
Автор

you didn;t showed that how to configure c compiler gcc or tcc in vim ? did you forgor or what

HaseebHeaven