diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index e8488ebc9..2fdb9015e 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -65,12 +65,12 @@ function vsplit_tab() { local the_app=$(_omz_osx_get_frontmost_app) - if [[ "$the_app" == 'iTerm' ]]; then + if [[ "$the_app" == 'iTerm' || "$the_app" == 'iTerm2' ]]; then osascript </dev/null <