Created
January 13, 2013 06:12
-
-
Save zph/4522630 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function! FoldingOn() | |
nnoremap <Space> za | |
set foldmethod=indent | |
autocmd FileType ruby,haml,eruby,yaml,html,javascript,sass set foldmethod=syntax et | |
" Set all folds to open | |
" execute "normal zR" | |
endfunction | |
command! FoldingOn call FoldingOn() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment