Vim Plugin Development Workflows

I use a Vim Plugin Manager called Vundle to install and update all my Vim plugins.

When developing a new plugin with Vim, it is useful to be able to develop locally, test the changes in Vim and be able to push the changes to a Git repository.

Common IDE Keyboard Shortcuts

I’m working on an IDE framework called Tide for Vim and other editors, and thought that it would be useful to survey the ‘lay of the land’ in the space of keyboard shorcuts in existing IDEs. Below are the results of a 20 minute survey on the subject.