This is my .vimrc
, I find it benefitial to use this where I do development to normalise my editor across different operating systems, and to enable some useful untapped features to make Vim feel a bit less prehistoric.
my Vim
Windows Terminal - Change default profile
Useful Unixisms
Here’s a list of useful piped commands or just commands for which I need a refresher on which arguments to use. For example, using Awk to print between two known lines, or seleting a line in sed are good examples of infrequently used commands which are really useful.
Read more →Github CLI headless install
Run for every updated file
Using inotifywait
to watch for file changes recursively in the current directory. I use $CHECK
to ignore unwanted directories and filetypes.
Git feature branch & merge
tmux
I find myself working on the move a lot more recently and I often have to deal with poor terminal emulators, iffy connectivity and sometimes I need resume my work on another machine entirely. As such I am trying out tmux as a way of persisting my working environment between sessions, supporting multiple tabs for when my emulator lacks it (Looking at you PuTTY, Git Bash) and lastly allowing me to resume my work on another desktop.
Read more →