opening files in new splits from NERDtree

This commit is contained in:
Paul Trowbridge 2020-05-01 01:30:13 -04:00
parent e476fca157
commit 0904405a46
1 changed files with 6 additions and 1 deletions

7
vim.md
View File

@ -77,4 +77,9 @@ filetype plugin indent on " required
" Put your non-Plugin stuff after this line
```
after a large apt update, something got messed up with characters and colors, simply doing `syntax on` fixed the problem
after a large apt update, something got messed up with characters and colors, simply doing `syntax on` fixed the problem
when using NERDtree:
* open `o`
* open with a horizontal split `i`
* open with a vertical split `s`