From ab580a4c33a2a4fec43387a409d5eb14d5e3f736 Mon Sep 17 00:00:00 2001 From: Pierre Gaxatte Date: Thu, 7 Nov 2019 08:59:53 +0100 Subject: [PATCH] Clarify open in tab/split bindings --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2f4c6aed..bbf4b0e8 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ Check `:help ctrlp-commands` and `:help ctrlp-extensions` for other commands. * Press `` to switch to filename only search instead of full path. * Press `` to switch to regexp mode. * Use ``, `` or the arrow keys to navigate the result list. -* Use `` or ``, `` to open the selected entry in a new tab or in a new split. +* Use ``, `` or `` to open the selected entry respectively in a new tab, a vertical or horizontal new split. * Use ``, `` to select the next/previous string in the prompt's history. * Use `` to create a new file and its parent directories. * Use `` to mark/unmark multiple files and `` to open them.