Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python.vim

Vim as Python IDE

Installation

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

Key Maps

  • 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

Feedback

Email bug reports, questions, discussions to hi@exesse.org.

About

Vim as Python IDE

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages