Allow creating new OS windows in session files

Fixes #1514
This commit is contained in:
Kovid Goyal
2019-04-02 19:57:09 +05:30
parent 58bb5a7d1f
commit 4baf7b5bba
4 changed files with 39 additions and 21 deletions

View File

@@ -342,6 +342,10 @@ For example:
# Set the current layout
layout stack
launch zsh
# Create a new OS window
new_os_window
launch sh
# Make the current window the active (focused) window
focus
launch emacs