Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Every series of arguments after an instance of `--window` or `-w` is treated as
```sh
tmex your-session-name -w abc -f4 123 "cmd a" "cmd b" -w efg -f-2 44 "cmd c"
```
By default, the session will begin with the _first_ window in focus. If you'd like to begin with a different window in focus, simply replace the corresponding `--window` or `-w` arg with `--window-active` or `-W`, respectively:
By default, the session will begin with the _first_ window in focus. If you'd like to begin with a different window in focus, simply replace the corresponding `--window` or `-w` arg with `--window-focus` or `-W`, respectively:
```sh
tmex your-session-name --window-focus abc 123 -w efg 44 # focus 1st window
tmex your-session-name --window abc 123 -W efg 44 # focus 2nd window
Expand Down