The Big Idea

I’ve got a lot of ideas. Some of them may even work. Who knows?

Featured post

Published
Categorized as Personal

Flexplorer

“Flexplorer, learn how flexbox works with lists” A visual, interactive tool for learning how CSS Flexbox works.

Vim Links

  Insert Mode Tricks https://dalibornasevic.com/posts/43-12-vim-tips Changed the link to test link checker. I removed the ‘s’ from the word ‘posts’ in the url Paste while in insert mode: <c-r>0 <C-h> ” delete back one character (backspace) <C-w> ” delete back one word <C-u> ” delete back to start of line <C-k> ” delete forward to… Continue reading Vim Links