V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
tuoxie007
V2EX  ›  Python

偶然在python源码里发现了一个vim配置文件,好想还蛮好用的

  •  
  •   tuoxie007 ·
    tuoxie007 · 2012-03-17 02:32:16 +08:00 · 4096 次点击
    这是一个创建于 4421 天前的主题,其中的信息可能已经有所发展或是发生改变。
    是这个文件:Python-2.7.2/Misc/Vim/python.vim
    转存到home下,放在~/.vimrc里
    if filereadable("~/.vim/python.vim")
    source ~/.vim/python.vim
    endif
    然后打开一个.py文件之后Ctrl+P自动不全功能就很牛叉了
    其他功能还没研究,要睡觉去了
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1760 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 16:35 · PVG 00:35 · LAX 09:35 · JFK 12:35
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.