Get the latest tech news
Automating the Vim Workplace (2020)
I majorly use two tools for my coding workflow and one of them is GVim (on Windows). It’s my primary choice for editing text for ten years now and...
It’s my primary choice for editing text for ten years now and in that time, I’ve picked up several habits and tricks that made me very productive. After seeing the output I noticed that I immediately issued another,gdiff<Enter>, which opens up another terminal split to run the git diff command. These files usually don’t just contain changes in settings like indentation, but also commentstring and often some command(s) that makes editing that specific filetype a bit easier.
Or read this on Hacker News