Skip to content

Python-project-aggregate/vimrc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimrc

my customized vimrc, using vundle to manage plugins.

clone this repo , then

sh setup.sh

Follow the above step, you need to manually change pymode_exec_path in ~/.vimrc for example:

let g:syntastic_python_python_exec='/path/to/your/python'

Ignore warnings, type Enter.

then you'll be free to use it.

some cheatsheet

leader key: \
commment: <leaderkey>+'cc'
uncomment: <leaderkey>+'c '
undo: u
insert a line above: O
insert a line below: o
exit to command mode: jj or kk 
pdb: <leaderkey>+'b'
visual mode: v
select a block: hjkl
intent: > <
copy: y
past: p
delete: x D dd
doc end: G
doc begin: gg
buffer: <F9> <F10>
vsplit xxxx.py xxx.py
next buffer: ctrl + 'ww' or ctrl + 'w' + lrtb

About

my customized vimrc, using vundle to manage. mainly used for Python Development.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Vim Script 65.2%
  • Python 22.5%
  • Shell 12.3%