vimUsing Vim or NeoVim as a Git mergetoolThe "ugly" 4 window view of the default configuration can scare you out even if you were using Vim for a while. It's just too much…22 Aug 20183 min read
vimDocker and Vdebug for PHP debuggingDocker is a great tool but unfortunately when you have a separate container for each web project you may start having issues with the…17 Jun 20173 min read
vimDocker with Xdebug a final guide with troubleshooting tipsAfter spending a nearly whole day fighting with Xdebug setup I think it is a right moment to write some complete Xdebug guide. In this…02 Jun 20175 min read
toolsVim registers - how to use Vim multiple clipboards featureUsing registers in Vim is like having a large number of clipboards where you can copy and paste from whenever you want. Here is how to use…28 May 20171 min read
vimVim regex examplesA list of Vim regex examples which might be useful for code/text refactoring. Not something (excluding some character) The regex below will…15 Apr 20171 min read