aboutsummaryrefslogtreecommitdiff
path: root/.oh-my-zsh/plugins/iterm2/README.md
diff options
context:
space:
mode:
authorMarvin Borner2020-03-16 23:33:42 +0100
committerMarvin Borner2020-03-16 23:33:42 +0100
commit0e9ddbb0bf0cd34500155ea4b03de2e2a38d8ab2 (patch)
tree719da1c7fe5dabb872fe9ff1582c39b55ccd488e /.oh-my-zsh/plugins/iterm2/README.md
parente5d38956336ab1be954bdbd12808c5f98f8bd925 (diff)
Well I'm using Arch again
Diffstat (limited to '.oh-my-zsh/plugins/iterm2/README.md')
-rw-r--r--.oh-my-zsh/plugins/iterm2/README.md29
1 files changed, 0 insertions, 29 deletions
diff --git a/.oh-my-zsh/plugins/iterm2/README.md b/.oh-my-zsh/plugins/iterm2/README.md
deleted file mode 100644
index 50cdebf..0000000
--- a/.oh-my-zsh/plugins/iterm2/README.md
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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)