dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

python.vim (238B) [raw]


      1 " set fold method to be indent based
      2 " USAGE:
      3 "   KEY: no longer use zf#j or zf/<str> to create folds
      4 "        instead:
      5 "   zc -- close a fold by indent (at cursor until end indent)
      6 "   zo -- open a closed fold
      7 setlocal foldmethod=indent