Notes from video: You can also get the most current version of the above via git:
Category Archives: Uncategorized
Edit Multiple Files in VIM
Notes from video: You can also get the most current version of the above via git:
How To Learn (Linux) Better 🧠
The best way to learn new information is to make it useful. UTILITY is key! 🔑 For example, VIM has a lot of commands for splitting windows, creating tabs, managing buffers, etc. I struggle to “make this, make sense”. === Finally ☝️, once I installed a VIM plugin for git – fugitive – all theContinue reading “How To Learn (Linux) Better 🧠”
Git Intro: For Linux Administrators
Locus of Control
**Picture is not my own
Run Shell Commands in VIM
Did You Know?.. You can run shell commands from within VIM? Here’s how 👇
TMUX Architecture
I’m developing more YouTube videos and one of them is: Introduction to TMUX Here’s what I have so far: A couple of things to note:
Git 3-Way Merge
Did you know?.. When merging 2 divergent branches in Git, you perform a Recursive (or 3-Way) Merge. This involves the two branch tips and the common ancestor. This video shows you what that looks 👀 like.
What Linus Torvalds REALLY Thinks About NVIDIA 👀
String Substitution in VIM
VIM has a “find and replace” feature called string substitution: Here’s a quick introduction by me:
