diff options
| author | Ahmed Abdelhalim <[email protected]> | 2019-11-15 18:00:46 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2019-11-15 18:00:46 +0100 |
| commit | eb5b60a7cf15835760e334245573df209c2e47a3 (patch) | |
| tree | 20953942f8f48a30020be06c62bc22c0dfa72f88 | |
| parent | a3db78fe3bcb3d5d15bb4d99082edf13f632a823 (diff) | |
Enable folding and open files unfolded
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -120,7 +120,8 @@ nmap <leader>q :q<cr> nnoremap <silent> <C-L> :nohlsearch<CR><C-L> "toggle folding -" set foldmethod=indent +set foldmethod=indent +set foldlevelstart=20 nnoremap <space> za "Easier window movement" |
