From d3de9863c505f8d1fc989523aa151da8e718d68e Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Tue, 15 Dec 2020 05:55:17 -0600 Subject: [PATCH] Add docs for move-focus, microsoft/terminal#8546 --- TerminalDocs/command-line-arguments.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TerminalDocs/command-line-arguments.md b/TerminalDocs/command-line-arguments.md index 97622711..ea52e4da 100644 --- a/TerminalDocs/command-line-arguments.md +++ b/TerminalDocs/command-line-arguments.md @@ -45,6 +45,10 @@ Below is the full list of supported commands and options for the `wt` command li | `new-tab`, `nt` | `--profile, -p profile-name`, `--startingDirectory, -d starting-directory`, `commandline`, `--title` | Creates a new tab. | | `split-pane`, `sp` | `-H, --horizontal`, `-V, --vertical`, `--profile, -p profile-name`, `--startingDirectory, -d starting-directory`, `commandline`, `--title` | Splits a new pane. | | `focus-tab`, `ft` | `--target, -t tab-index` | Focuses on a specific tab. | +| `move-focus`, `mf` | `direction` | Move focus between panes in the given direction. Acccepts one of `up`, `down`, `left`, `right`. | + +> [!IMPORTANT] +> The `move-focus` subcommand is only available in [Windows Terminal Preview](https://aka.ms/terminal-preview/), version 1.6+. > [!NOTE] > When opening Windows Terminal from cmd (Command Prompt), if you want to use your custom "cmd" profile settings, you will need to use the command `wt -p cmd`. Otherwise, to run your *default* profile settings, just use `wt cmd`.