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

5
vim.md
View File

@ -78,3 +78,8 @@ filetype plugin indent on " required
``` ```
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`