Commit 8b607b99 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

vim: Use space to toggle folding

parent 044d2711
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -84,6 +84,11 @@ set listchars+=tab:•◦
nmap <silent>tl :set invlist<CR>


" === FOLDING ===

" Use space for toggling folds
nnoremap <space> za


" === HIGH-LIGHTING ===