From fe78055d5615866f4397518d738214eca2ec8705 Mon Sep 17 00:00:00 2001 From: Arseny Tolmachev Date: Fri, 19 Feb 2016 13:26:29 +0900 Subject: [PATCH] add tab command support for iTerm3 --- plugins/osx/osx.plugin.zsh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index a1516dcce..afc067b5a 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -46,6 +46,18 @@ EOF end tell EOF + elif [[ "$the_app" == 'iTerm2' ]]; then + osascript <