mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
vim: fix nerdtree width
This commit is contained in:
parent
9461c060b3
commit
196c3d571b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ autocmd BufWritePre * :Autoformat
|
|||
|
||||
|
||||
"menus
|
||||
nnoremap <silent> <space>e :NERDTreeFocus<CR>:vertical resize 30<CR>
|
||||
nnoremap <silent> <space>e :NERDTreeFocus<CR>:vertical resize 31<CR>
|
||||
nnoremap <silent> <space>o :Startify<CR>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue