bweew

// whats updog? //

touch typing

I've been learning the Colemak layout this past month for                        ergonomics. trying to get my WPM up. No more Qwerty for me.

To-do

learning vim

Vim surround

vim surround is legit

with auto pairs you can type something in quotes and then use cs to replace the quote with a tag

type yss then your tag to wrap it

visual mode V S apply it to a whole line

ysiw and tag to apply tag to word like b or em

cst then new tag to replace tag

ds to delete delimiters

netrw

ctrl o goes back a directory d makes a new directory D deletes a file % makes a new file

bulk rename

ranger :bulkrename ctrl v visual block select + d. make a macro with q, f jump [, di[, delete w x. ^ to start of line. move one line down. end macro, call it with @. repeat it with motions 100@ etc.

more vim stuff

zz centers cursor : number jumps to line, gqq splits a long line up into smaller lines, capital J joins lines, gJ joins without space (use visual block first)

copy paste in vim

:%w ! pbcopy, that sucks. just open it in nano instead.

more javascript 🧠

Interesting Links

smol css css grid cheatsheet css flexbox cheatsheet bootstrap cheatsheet glue from packing peanuts
zombie snail

i wanna make a navbar styled to look like zombie snail with animated pulsing divs that use mix-blend-mode attribute and opacity on layers

🐟