This commit is contained in:
2023-10-12 09:39:15 +02:00
parent f82c9a2699
commit 187cb6b275
5 changed files with 64 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
" NERDTree remap
let g:NERDTreeDirArrowExpandable = '▸'
let g:NERDTreeDirArrowCollapsible = '▾'
nnoremap <C-a> :NERDTreeToggle<CR>
nmap <C-e> :NERDTreeToggle<CR>
" open builtin terminal
function OpenTerm()