Organise split_tab usage information

This commit is contained in:
Marc Cornellà 2016-10-17 00:36:14 +02:00 committed by GitHub
parent 14d4d84a64
commit d3dd932118

View File

@ -18,7 +18,7 @@ Original author: [Sorin Ionescu](https://github.com/sorin-ionescu)
| Command | Description | | Command | Description |
| :-------------- | :----------------------------------------------- | | :-------------- | :----------------------------------------------- |
| `tab` | Open the current directory in a new tab | | `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 | | `vsplit_tab` | Split the current terminal tab vertically |
| `ofd` | Open the current directory in a Finder window | | `ofd` | Open the current directory in a Finder window |
| `pfd` | Return the path of the frontmost 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 | | `hidefiles` | Hide the hidden files |
| `itunes` | Control iTunes. User `itunes -h` for usage details | | `itunes` | Control iTunes. User `itunes -h` for usage details |
| `spotify` | Control Spotify and search by artist, album, track and etc.| | `spotify` | Control Spotify and search by artist, album, track and etc.|
### split_tab & vsplit_tab usage
Use `ALT` + `⌘` + arrow keys (←, →, ↑, ↓) to switch tabs.