Mercurial > dotfiles
comparison vim/vimrc @ 385:d367df6afcad
Don't fold too much.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 27 Feb 2017 11:05:45 -0800 |
parents | 58410650ce36 |
children | c175fda4aa2e |
comparison
equal
deleted
inserted
replaced
380:52ea57ca22e1 | 385:d367df6afcad |
---|---|
619 " Folding {{{ | 619 " Folding {{{ |
620 | 620 |
621 " Start with one level of open. | 621 " Start with one level of open. |
622 set foldlevel=1 | 622 set foldlevel=1 |
623 | 623 |
624 " Don't fold too much. | |
625 set foldnestmax=2 | |
626 | |
624 " Folds are defined by markers in the text. | 627 " Folds are defined by markers in the text. |
625 set foldmethod=marker | 628 set foldmethod=marker |
626 | 629 |
627 " Toggle folds with <space>. | 630 " Toggle folds with <space>. |
628 nnoremap <space> za | 631 nnoremap <space> za |