Explore >> Select a destination


You are here

infinitedigits.co
| | cyberchris.xyz
3.9 parsecs away

Travel
| | Intro So after picking up Vim less than a year ago, and spending a lot of time with it, I can say for sure it is the best text editor I have ever used. Okay, that's all the Vim propaganda you'll find in this post. The main aim of this post is to get people new to Vim into a comfortable environment, while also teaching you how to get plugins into your vim config since you'll probably want to customize it, once you get a feel of Vim.
| | blitiri.com.ar
3.9 parsecs away

Travel
| |
| | www.andreasvoegele.com
3.1 parsecs away

Travel
| | How to use Kotlin for scripting from the Linux command line
| | blog.kulman.sk
24.2 parsecs away

Travel
| I use the same machines to work on both personal and work projects. I usually have to use a different Git identity for the work projects than for my personal projects. Previously I had my personal Git identity set globally and then used local Git configs to override it in work projects. This worked just fine but it was too much work. There is a better solution. Git config allows you to use, or better to say include, another Git config for a specific directory and all its subdirectories. I have all my pro...