This repository contains my current settings for vim.
- Start with installing vim-plug (https://github.com/junegunn/vim-plug). The rest of the setup requires it.
- Download .vimrc file and save it to home directory.
- Start vim. Run :PlugInstall to install everything.
- Done!
- Ctrl+p Use the ctrlp plugin to search files, buffers, mru
- :ev Open $MYVIMRC for editing
- :sv Source $MYVIMRC
- :es Open a temporary file for editing
- K Show Python documentation for the word currently under the cursor.