We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a8c8a commit b8d1f3dCopy full SHA for b8d1f3d
README.md
@@ -56,10 +56,14 @@ Possible values are ```Terminal.app``` or ```iTerm```
56
#### ```"iTerm_version": "VALUE",```
57
_This changes the applescripts for iTerm (Global Setting)_
58
59
-Possible values are ```stable``` or ```nightly```
+Possible values are ```legacy``` or ```stable``` or ```nightly```
60
61
**If ```terminal``` is set to ```iTerm``` this setting is mandatory**
62
63
+```"iTerm_version": "legacy",``` targeting iTerm 2.14
64
+```"iTerm_version": "stable",``` targeting new versions of iTerm
65
+```"iTerm_version": "nightly",```targeting only the nightly build of iTerm
66
+
67
_This setting is ignored if your terminal is set to ```Terminal.app```_
68
69
----
0 commit comments