summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2019-11-15 18:00:46 +0100
committerAhmed Abdelhalim <[email protected]>2019-11-15 18:00:46 +0100
commiteb5b60a7cf15835760e334245573df209c2e47a3 (patch)
tree20953942f8f48a30020be06c62bc22c0dfa72f88 /.vimrc
parenta3db78fe3bcb3d5d15bb4d99082edf13f632a823 (diff)
Enable folding and open files unfolded
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 4816fb5..6839364 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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"