Iterm2 Mac Os X Download
ITerm2 2.0 (OS 10.7+, Intel-only) iTerm2 v2.0: this is the recommended for most users. It requires OS X 10.7+ and an Intel CPU. Show Changelog Hide Changelog Major New Features -Deep tmux integration! Have you ever had an ssh session lost because you had to reboot, had a network failure, or the power went out? A new menu item titled Downloads will be added to the menu bar after a download begins, where progress can be monitored and the file can be located, opened, or removed. If the file's size exceeds the declared size, the transfer may be canceled. This is a security measure to prevent a download gone wrong from using unbounded memory. Oct 21, 2014.
Iterm2 Mac Os X Download Dmg
iTerm2 is an open source replacement for Apple's Terminal. It's highly customizable and comes with a lot of useful features.
Installation
Mac Iterm2 Rz
Use Homebrew to download and install:
Customization
Install Iterm2
Colors and Font Settings
Here are some suggested settings you can change or set, they are all optional.
- Set hot-key to open and close the terminal to
command + option + i
- Go to profiles -> Default -> Terminal -> Check silence bell to disable the terminal session from making any sound
- Download one of iTerm2 color schemes and then set these to your default profile colors
- Change the cursor text and cursor color to yellow make it more visible
- Change the font to 14pt Source Code Pro Lite. Source Code Pro can be downloaded using Homebrew
brew tap homebrew/cask-fonts && brew cask install font-source-code-pro
- If you're using BASH instead of ZSH you can add
export CLICOLOR=1
line to your~/.bash_profile
file for nice coloring of listings
Iterm2 Windows
MacOS shortcuts ⌘←, ⌘→ and ⌥←, ⌥→
You might be familiar with shortcuts to skip a word (⌥) or go to start/end of the line (⌘). iTerm is not set up to work with these shortcuts by default but here's how you set them up:
Open up iTerm2 preferences (⌘ + ,) -> Profiles -> Keys -> Click on +
icon (add new Keyboard shortcut).
shortcut | action | Esc+ |
---|---|---|
⌘← | Send Escape Sequence | OH |
⌘→ | Send Escape Sequence | OF |
⌥← | Send Escape Sequence | b |
⌥→ | Send Escape Sequence | f |