From a99119abbbae346029ae3befc1bbf7b707098cf3 Mon Sep 17 00:00:00 2001 From: Brian Cottingham Date: Fri, 9 Sep 2016 10:12:06 -0400 Subject: [PATCH] #296: Document ability to control pane switching vs opening in new pane --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 66fc9e8c..5412b6de 100644 --- a/readme.md +++ b/readme.md @@ -64,6 +64,10 @@ Use `:diffthis` when opening multiple files to run `:diffthis` on the first 4 fi If more than one mode is specified, they will be tried in order until a directory is located. +* If a file is already open, open it again in a new pane instead of switching to the existing pane + + `let g:ctrlp_switch_buffer = 'et'` + * Exclude files and directories using Vim's `wildignore` and CtrlP's own `g:ctrlp_custom_ignore`. If a custom listing command is being used, exclusions are ignored: ```vim