PIN is a Vim plugin for navigating Python import statements. Given an import statement in a Python file, PIN allows you to open the file that provides the Python module being imported. PIN requires ...
You can also find the slides as a PDF in this repository. If you want to start using Vim for the first time, have a look at the .vimrc file in this repository and ...
First thing is first: this will all fail miserably with the version of vim that's built into the base OS. Best solution: use MacVim. MacVim comes built with Python, GUI support and more. There's a few ...