From 90985a82b03f8f9626417e2ab3058407bb6d6db7 Mon Sep 17 00:00:00 2001 From: hugo gogo Date: Mon, 29 Aug 2022 13:25:59 +0200 Subject: [PATCH] added infos in vim tutos about explore buffer --- tutos/vim.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutos/vim.txt b/tutos/vim.txt index 7a50417..1836419 100644 --- a/tutos/vim.txt +++ b/tutos/vim.txt @@ -23,7 +23,9 @@ **:bn** go to next buffer **:bd** delete buffer **:b#** switch to last edited buffer - **:explore / :ex** navigate through directory, rename, and plus + **:Explore / :ex** navigate through directory, rename, and plus + **:Lexplore / :Lex** buffer directory open in left split window + **:Lexplore 30** Explore window is of size 30 **search through files :** **:vim** the one function that gets to be name as the software ;) performes a kind of grep search on a list of files