python_notes

Set Vim tab spacing for python

Jan 26th, 2016
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. Set tab spacing to 4 in Vim for use in python
  2.  
  3. Go to edit mode by pressing escape
  4.  
  5. :set tabstop=4
Add Comment
Please, Sign In to add comment