From e413ef5a97c5beff41ca7c2b93ae431ee295790a Mon Sep 17 00:00:00 2001 From: Griffin Yourick Date: Mon, 10 Apr 2017 14:23:49 -0400 Subject: [PATCH] Add support for iTerm2 v3 in tab function --- modules/osx/functions/tab | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/osx/functions/tab b/modules/osx/functions/tab index e95afbf..fb3b247 100644 --- a/modules/osx/functions/tab +++ b/modules/osx/functions/tab @@ -39,3 +39,14 @@ EOF end tell EOF } + +[[ "$the_app" == 'iTerm2']] && { + osascript 2>/dev/null <