From 14d4d84a6420e158396e6366336ebc8b142c8923 Mon Sep 17 00:00:00 2001 From: Andrew Orobator Date: Sat, 15 Oct 2016 13:49:36 -0400 Subject: [PATCH] Detailed how to switch tabs --- plugins/osx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/osx/README.md b/plugins/osx/README.md index b77daecc5..0613aed03 100644 --- a/plugins/osx/README.md +++ b/plugins/osx/README.md @@ -18,7 +18,7 @@ Original author: [Sorin Ionescu](https://github.com/sorin-ionescu) | Command | Description | | :-------------- | :----------------------------------------------- | | `tab` | Open the current directory in a new tab | -| `split_tab` | Split the current terminal tab horizontally | +| `split_tab` | Split the current terminal tab horizontally. Use Alt+⌘+[←, →, ↑, ↓] to switch tabs| | `vsplit_tab` | Split the current terminal tab vertically | | `ofd` | Open the current directory in a Finder window | | `pfd` | Return the path of the frontmost Finder window |