When using ctrlp.vim (ctrlp github), basically it opens the file in current buffer.
If you want to open in new buffer, can use
<c-t>
<c-v>
<c-x>
Other command
# cycle between modes (file, mru(Most Recently Used), buffer)
<c-f> or <c-b>
# switched to regexp
<c-r>
# navigate
<c-j> or <c-k>
# next/previous input string
<c-n> or <c-p>'tools > vim' 카테고리의 다른 글
| vimdiff usage (0) | 2018.06.26 |
|---|---|
| Vim : macro with vim - replay, multiple times (0) | 2018.06.14 |
| Vim : using fzf in vim - fzf.vim (0) | 2018.05.16 |
| Vim switcing case of characters (0) | 2018.03.05 |
| Vim tab usage (0) | 2018.02.24 |