90% of my macros have been recorded while trying to quit.
@jesseleite Жыл бұрын
Me too bud. Me too.
@anothercrappypianist Жыл бұрын
So relatable.
@jkt836 Жыл бұрын
It feels like every single damn time
@oliverwann3300 Жыл бұрын
hahah that is what I want to say
@RootsterAnon Жыл бұрын
I know you are like joking and kinda funneh, but dude, it's 101% true.
@coderjo694411 ай бұрын
My friend who has a PHD in English had a phrase that he would use to say when a way of doing things was better than all the rest. "More Gooder!!" ....Your way of doing things is "More Gooder"!! ;)
@matthewrobinson44425 ай бұрын
Great video!
@kozmicluis255210 ай бұрын
I love macros, especially when dealing with JSON and incrementing numbers. However most things I've learned to edit with visual range selection and :norm(al) commands; for example the first example is basically: - Select the range, in this case the whole file: ggVG - Type in the normal command and get ready to visualize what you want to do: Press [:] and then type [norm ] so it looks like [:'norm I- [ ] ] and hit If you need to signal ESC or other special characters, while in command mode, press and then the special key, it turns into symbols; example, will turn into ^[
@ImperiumLibertas6 ай бұрын
This is great when the data is nicely coupled together but as soon as it's distributed having the ability to do searches and other complex motions after manually moving the cursor becomes necessary.
@yahalloe Жыл бұрын
Damn ur config looks so clean and slick!
@lsagar10 ай бұрын
instead of hitting ^ and i to go the the beggining of the line and going to inser mode, you can use shift + i
@jesseleite10 ай бұрын
100%! ...But see 5:28 where I made it clear that `^` wasn't even necessary in that example, but the goal was to teach that going to the beginning of the line first can be a good mindset/habit. Anyway yes, absolutely use capital `I` to insert 😊👍
@nagkanya Жыл бұрын
Very insightful, and great presentation too. Thank you for the awesome talk!
@andreich1980 Жыл бұрын
Great talk, looking forward to see the course :D
@IainSimmons Жыл бұрын
Great talk! Subscribed!
@gjermundification4 ай бұрын
9:46 Not sure I'd qualify...
@WaylonWalker Жыл бұрын
Epic talk! I am installing Macaroni now! :x
@jaredteaches894 Жыл бұрын
The list example could also be achieved with , select all the rows, and then pressing I.
@jesseleite Жыл бұрын
Absolutely, but / visual block mode wouldn't work for every example, and this was a macros talk :) Thanks for taking the time to watch!
@tudorliviu6405 Жыл бұрын
Nice video ! Congrats ! Launch the course sooner ! 😆
@jesseleite Жыл бұрын
Will be trickling videos out in sections for sure!
@n.a.s1096 Жыл бұрын
What tool is used for presenting?
@jesseleite Жыл бұрын
Which part, the slides? That was maaslalani/slides
@jobinnelson Жыл бұрын
Great video. What colorscheme is this ?
@n.a.s1096 Жыл бұрын
Oxocarbon?
@jesseleite Жыл бұрын
miami-nights preset in nvim-noirbuddy
@romangeneral2310 ай бұрын
Emacs for life!
@jdsee452010 ай бұрын
Nice introduction to macros 👏 I know it‘s supposed to communicate the idea on how to approach macros, but just for fun another way of creating the numbered todo list: GI0. Gg 😋
@jesseleite10 ай бұрын
Thank you for kind words! And yep, as with many things in Vim, many ways to skin the cat! I use a fair bit too, but macros