diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 43670d8..3d4a01b 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -165,8 +165,6 @@ set foldenable " enable folding set foldlevelstart=10 " open most folds by default (0 to 99) set foldnestmax=10 " guard against too many nested folds set foldmethod=syntax " fold based on filetype -" space opens and closes folds -nnoremap , za " }}} " MOVEMENT {{{ " move vertically by visual line (don't jump wrapped lines)