The vim-lastplace plugin will open your files at the last edit position. It is smart enough to handle commit messages correctly too! Here is something for your vimrc which will allow you to restore your cursor position in a file over several editing sessi... (more…)
Read more »
The % (percent sign) symbol is great for moving around common code constructs and doing full-file substitutes. It also represents the current filename in var... (more…)
Read more »
Build your own Python IDE with Vim, syntax highlighting, auto-completion, code linting and formatting, and more. (more…)
Read more »
Writing English words and writing code are very different activities. When
programming, you spend more time switching files, reading, navigating, and
editing code compared to writing a long stream. It makes sense that there are
different types of programs... (more…)
Read more »
One of Go's greatest features is that it greatly integrates with Vim. In this article, I'll show you how to setup your Vim for Go development... (more…)
Read more »