FAQ: add ctrlp/split issue

References #36.
This commit is contained in:
Marco Hinz 2013-08-13 11:47:29 +02:00
parent b624d3a439
commit 23173c7d6b

View file

@ -318,6 +318,18 @@ Example: (my terminal emulator supports 256 colors)
6. FAQ (Or: Typical rants) *startify-faq*
CtrlP opens a split in Startify!
--------------------------------
Solution 1)
let g:ctrlp_reuse_window = 'startify'
Solution 2)
autocmd FileType startify setlocal buftype=
How do I get both NERDTree and Startify working at startup?
-----------------------------------------------------------