Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
0963a9a4
Commit
0963a9a4
authored
Oct 05, 2018
by
Niklas Gögge
Committed by
Marc Cornellà
Oct 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iterm2: add README (#7230)
parent
982e14cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
README.md
plugins/iterm2/README.md
+29
-0
No files found.
plugins/iterm2/README.md
0 → 100644
View file @
0963a9a4
# iTerm2 plugin
This plugin adds a few functions that are useful when using
[
iTerm2
](
https://www.iterm2.com/
)
.
To use it, add _iterm2_ to the plugins array of your zshrc file:
```
plugins=(... iterm2)
```
## Plugin commands
*
`_iterm2_command <iterm2-command>`
executes an arbitrary iTerm2 command via an escape code sequence.
See https://iterm2.com/documentation-escape-codes.html for all supported commands.
*
`iterm2_profile <profile-name>`
changes the current terminal window's profile (colors, fonts, settings, etc).
`profile-name`
is the name of another iTerm2 profile. The profile name can contain spaces.
*
`iterm2_tab_color <red> <green> <blue>`
changes the color of iTerm2's currently active tab.
`red`
/
`green`
/
`blue`
are on the range 0-255.
*
`iterm2_tab_color_reset`
resets the color of iTerm2's current tab back to default.
## Contributors
-
[
Aviv Rosenberg
](
https://github.com/avivrosenberg
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment