-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
26 lines (16 loc) · 830 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This is a mirror of http://www.vim.org/scripts/script.php?script_id=5297
This project is hosted at https://github.com/chemzqm/vim-iterm2-start
It works like dispatch, but works for the lasted iTerm2 > 2.9
Prerequirement:
* MacVim 7.3+
* iTerm2 > 2.9 currently in beta test
* fish shell (otherwise you will need change the code)
* Knowledge of command line tools
## Command
* `[!]ItermStart [options] {command}`
Start task in current session of iTerm2, when prefix with `!`, not foucs the iTerm window
* -dir=... run command in given directory
* -title=... set lable for iTerm2
* -no-wait disable the default prompt of `press enter to continue` on command error
* `[!]ItermStartTab [options] {command}`
Start task in a new tab session of iTerm2, options is the same as `ItermStart` command