README.md in termup-2.0.2 vs README.md in termup-2.0.3
- old
+ new
@@ -78,15 +78,16 @@
$ termup s myproject
```
That's equivalent to `termup start myproject`.
-### iTerm 2 Split Pane Support ###
+iTerm 2 Split Pane Support
+--------------------------
There are two options to deal with split panes on iTerm 2: `--iterm_basic` and `--iterm_advanced`
-#### --iterm_basic
+### --iterm_basic
```sh
termup create myproject --iterm_basic
```
@@ -109,11 +110,11 @@
# # #
# 2 # 4 #
# # #
#################
-#### --iterm_advanced
+### --iterm_advanced
```sh
termup create myproject --iterm_advanced
```
@@ -123,26 +124,26 @@
# COMMENT OF SCRIPT HERE
---
tabs:
pane1:
commands:
- - echo tab1
+ - echo pane1
layout:
- split_vertically
pane2:
commands:
- - echo tab2
+ - echo pane2
layout:
- split_horizontally
pane3:
commands:
- - echo tab3
+ - echo pane3
layout:
- split_horizontally
pane4:
commands:
- - echo tab4
+ - echo pane4
```
The setting above will generate four panes in the following layout.
#################
@@ -157,10 +158,10 @@
# # #
# # 4 #
# # #
#################
-Available layout commands are:
+Available layout commands:
```ruby
new_tab
close_tab
goto_previous_tab