Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down