Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 495 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 495 Bytes

vim

简单的配置

[ctrl +w ] 切换窗口

需要安装pylint ctags

map <F3> :NERDTreeMirror
map <F3> :NERDTreeToggle
map <F5> :w:!python %
map <F6> :w:!pylint %
map <F7> :w:!python -m "cProfile" %
map <F8> :w:!python -m pdb %