Merge remote-tracking branch 'lenormf/fix-iterm2'

This commit is contained in:
Maxime Coste 2017-04-10 20:24:48 +01:00
commit 1f74ca1a4f

View File

@ -25,7 +25,7 @@ def -hidden -params 1.. iterm-new-split-impl %{
-e " tell current session of current window" \
-e " tell (split ${direction} with same profile)" \
-e " select" \
-e " write text \"${sh_cmd}\"" \
-e " write text \"TMPDIR='${TMPDIR}' ${sh_cmd}\"" \
-e " end tell" \
-e " end tell" \
-e "end tell"
@ -51,7 +51,7 @@ All optional arguments are forwarded to the new kak client} \
-e "tell application \"iTerm\"" \
-e " tell current window" \
-e " tell current session of (create tab with default profile)" \
-e " write text \"${sh_cmd}\"" \
-e " write text \"TMPDIR='${TMPDIR}' ${sh_cmd}\"" \
-e " end tell" \
-e " end tell" \
-e "end tell"
@ -69,7 +69,7 @@ All optional arguments are forwarded to the new kak client} \
-e "tell application \"iTerm\"" \
-e " set w to (create window with default profile)" \
-e " tell current session of w" \
-e " write text \"${sh_cmd}\"" \
-e " write text \"TMPDIR='${TMPDIR}' ${sh_cmd}\"" \
-e " end tell" \
-e "end tell"
}