Vim as Python IDE
Clone this repository and start the installation by running command below.
git clone https://github.com/exesse/python.vim.git && cd python.vim
bash install.sh
- F2 - show NerdTree
- F5 - run python code
- F7 - run flake8
- F8 - show tags list
- F9 - show task list
- cs"<> - Works for various file formats to change from
"Hello world"
to<>Hello</>
. - gc - comment out one line
- gc2 - comment out two lines and so on
- :Git or :G - to run any git command from vim
- :sp {filename} - open a file and split window horizontally
- :vs {filename} - open a file and split window vertically
- ctrl + w + {g\h\j\k} - select window from left\bottom\top\right
Email bug reports, questions, discussions to [email protected].