diff options
Diffstat (limited to 'docs/features.md')
-rw-r--r-- | docs/features.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/features.md b/docs/features.md index fd9a9ad2..a97c143d 100644 --- a/docs/features.md +++ b/docs/features.md @@ -78,3 +78,9 @@ change in mouse cursor shape, you're required to hold <kbd>Shift</kbd> to bypass that. [configuration file]: ../alacritty.yml + +## Multi-Window + +Alacritty supports running multiple terminal emulators from the same Alacritty +instance. New windows can be created either by using the `CreateNewWindow` +keybinding action, or by executing the `alacritty msg create-window` subcommand. |