Skip to content

Commit 252f876

Browse files
authored
Merge pull request #298 from spiffytech/master
#296: Document ability to control pane switching vs opening in new pane
2 parents 46a2986 + a99119a commit 252f876

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ Use `:diffthis` when opening multiple files to run `:diffthis` on the first 4 fi
6464
6565
If more than one mode is specified, they will be tried in order until a directory is located.
6666
67+
* If a file is already open, open it again in a new pane instead of switching to the existing pane
68+
69+
`let g:ctrlp_switch_buffer = 'et'`
70+
6771
* 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:
6872
6973
```vim

0 commit comments

Comments
 (0)