From 0904405a46545cd9f0fe3e4ccc082670ecf5fc95 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 1 May 2020 01:30:13 -0400 Subject: [PATCH] opening files in new splits from NERDtree --- vim.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vim.md b/vim.md index 6c89e52..8f75368 100644 --- a/vim.md +++ b/vim.md @@ -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 \ No newline at end of file +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` \ No newline at end of file