From ba26c3167ca39e67e7a729dedf2aa686ef472e83 Mon Sep 17 00:00:00 2001 From: Mathieu Denis Date: Thu, 17 Dec 2020 19:15:51 +0100 Subject: [PATCH] Fix #564 Readme file now mentions that enter needs to be pressed after the '..' in order to go up one or more directories --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2f4c6aed..f28d0097 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ Check `:help ctrlp-commands` and `:help ctrlp-extensions` for other commands. Run `:help ctrlp-mappings` or submit `?` in CtrlP for more mapping help. -* Submit two or more dots `..` to go up the directory tree by one or multiple levels. +* Input two or more dots `..` and hit the key to go up the directory tree by one or multiple levels. * End the input string with a colon `:` followed by a command to execute it on the opening file(s): Use `:25` to jump to line 25. Use `:diffthis` when opening multiple files to run `:diffthis` on the first 4 files.