opening files in new splits from NERDtree
This commit is contained in:
parent
e476fca157
commit
0904405a46
7
vim.md
7
vim.md
@ -77,4 +77,9 @@ filetype plugin indent on " required
|
|||||||
" Put your non-Plugin stuff after this line
|
" 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`
|
Loading…
Reference in New Issue
Block a user