theowni / Vim-PythonDev

Vim environment for Python Developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim-PythonDev

Automatic deploying Vim installation scripts.
Targetted for Python developers or just scripting, I'm using it with Kali ;)

Installation:

For fresh install just run:
fab install

For deleting old customizations:
fab clean_and_install

Plugins:

Custom Mappings:

  • Ctrl-e switch to previous buffer
  • Ctrl-p switch to next buffer
  • Ctrl-x close buffer
  • Ctrl-n open NERDTree
  • Ctrl-w save file
  • Ctrl-Space *quit vim (NERDTree or splitted tab if more than one) *
  • Ctrl-h switch to left splitted tab
  • Ctrl-j switch to lower splitted tab
  • Ctrl-k switch to upper splitted tab
  • Ctrl-l switch to right splitted tab

Screenshot:

alt text

About

Vim environment for Python Developers


Languages

Language:Vim Script 100.0%