Intro Constantly asking Vim which file you are editing is disruptive to your workflow. Especially after the 20th time of asking..😵💫 Here’s a great way to have Vim always tell you which file you are in; instead of stopping to ask. Vim Options Here are the commands to change and reset the defaults for laststatusContinue reading “Optimize Your Vim Statusline”
Author Archives: raylech1986it
Re-direct Output to A File AND the Terminal
How To Create SSH Keys For Authentication
Overview Creating and using SSH keys for authentication requires 3 minimum steps Commands To Run: Demonstration Here’s my YouTube short explaining this process: And here’s a long form video demonstrating this process: TBA Extra Information
How To Capture and Read Network Packets
Main commands from the video:
Relative and Absolutes Paths in Linux
Knowing what Relative and Absolutes Paths are will improve your experience with the Linux bash shell! Latest video explains what said concepts are and how to use them:
Git Range Notation “..”
Here’s how NOT to read the following: “Show me all commits from branch ‘master’ to branch ‘origin/master’ that are reachable” Here’s the CORRECT WAY to read it: “Show me all commits from branch ‘master’ to branch ‘origin/master’ that are UNREACHABLE” That command will tell you what – if any – commits you WOULD merge inContinue reading “Git Range Notation “..””
Which Git Notation Makes Sense To You??? 😖
Given the following are equal: The first one is waaaaaaay more intuitive to me. 🤔 What say you?
Edit Multiple Files in VIM – Part 2
Notes from video: You can also get the most current version of the above via git:
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 🧠”
