readme
This commit is contained in:
parent
e947c7ce3c
commit
0f9c9d195d
|
@ -54,7 +54,7 @@ In a nutshell:
|
||||||
* Set the title of the tab with `set_title`.
|
* Set the title of the tab with `set_title`.
|
||||||
* Or run a command magically (using `method_missing`).
|
* Or run a command magically (using `method_missing`).
|
||||||
|
|
||||||
`open_tab`, and `default_tab` can take an options hash:
|
`open_tab` and `default_tab` can take an options hash:
|
||||||
|
|
||||||
* `:dir` changes to the given directory before executing commands.
|
* `:dir` changes to the given directory before executing commands.
|
||||||
* `:color` changes the window chrome and tab color to the given hex code (3 or 6 hex digits) or built-in color. See ItermWindow.colors for the list of available colors.
|
* `:color` changes the window chrome and tab color to the given hex code (3 or 6 hex digits) or built-in color. See ItermWindow.colors for the list of available colors.
|
||||||
|
|
Loading…
Reference in New Issue