From 1f9cb4b98e3af945a3e27be4564f67f92047bb0b Mon Sep 17 00:00:00 2001 From: Paul Myjavec Date: Mon, 16 Oct 2023 22:30:13 +0900 Subject: [PATCH] Update README.md Added some more information to help new comers understand how to "untoggle" a toggled terminal window. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 42d570c5..d4206072 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,11 @@ when using `TermSelect` command to indicate the specific terminal. `size` and `direction` are ignored if the command closes a terminal. +_NOTE_: Once a terminal has been toggled, you have left the nvim context window. This means there is +no way for this plugin to provide a convinent way to "untoggle" or hide a terminal. You will need to +add your own mappings (just as if you were using :term) for enterting and exiting a terminal. See [Terminal window mappings](terminal-window-mappings) +for an example on how to do this. + #### Caveats - Having multiple terminals with different directions open at the same time is unsupported.