Updated ideavimrc to match nvimrc

This commit is contained in:
Thomas Naderer
2025-07-07 15:35:51 +02:00
parent 557a8de69f
commit da63d24f40

View File

@@ -86,7 +86,6 @@ map e <Plug>(easymotion-f)
map <leader>e :NERDTreeToggle<CR>
" Folding
nnoremap z za
map <leader>zc :action CollapseAllRegions<CR>
map <leader>zo :action ExpandAllRegions<CR>