From d3dd932118c160a7abe84616abbb9fc77e81b0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Mon, 17 Oct 2016 00:36:14 +0200 Subject: [PATCH] Organise `split_tab` usage information --- plugins/osx/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/osx/README.md b/plugins/osx/README.md index 0613aed0..028a3bd1 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. Use Alt+⌘+[←, →, ↑, ↓] to switch tabs| +| `split_tab` | Split the current terminal tab horizontally. | | `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 | @@ -31,3 +31,7 @@ Original author: [Sorin Ionescu](https://github.com/sorin-ionescu) | `hidefiles` | Hide the hidden files | | `itunes` | Control iTunes. User `itunes -h` for usage details | | `spotify` | Control Spotify and search by artist, album, track and etc.| + +### split_tab & vsplit_tab usage + +Use `ALT` + `⌘` + arrow keys (←, →, ↑, ↓) to switch tabs.