

I love copy on select, it’s one less keystroke and I usually select with the mouse ( Preferences / General): I don’t need to confirm quitting ( Preferences / General): Note: I do not set the Left Option and Right Option keys in profiles to +ESC, I leave them as Normal (as per Scott Lee’s response in the comments). Thanks to Brett Terpstra for sharing some of these in his Option-arrow navigation in iTerm2 and Twitter. ⌃⌘↓: Down to bottom (not standard Cocoa, but I find it very useful when perusing real time rails logs).
ITERM MAC CODE
⌘→: Go to end of line (Send Hex Code | 0x05).⌘←: Go to start of line (Send Hex Code | 0x01).⌥→: Go right one word (Send Escape Sequence | f).


⌥←: Go left one word (Send Escape Sequence | b).Since I’m not a vi or emacs pianist, I prefer standard Apple Cocoa Text bindings when editing the command line, so I set them up in iTerm 2’s Global Shortcut Keys in Preferences / Keys. Some of the usual Mac editing keys did not work, I got rid of a few annoyances and added a few lovely preferences, and I needed the ability to create a new terminal window on the current space as part of my being productive with virtual desktops flow (Just like Browser Windows on All Desktops). I’m already loving the hot-key profiles to launch uniquely colored remote sessions, the split panes, and the brilliant hotkey window (useful to run a single command and get rid of it).īut there are a few things that needed some work.
ITERM MAC FREE
Let's add docker plugin.I just switched from using Apple’s built-in Terminal.app to the free iTerm 2 on a recommendation from Brett Terpstra. To add more, for instance, docker, auto-suggestion, syntax highlighting and more: Oh My ZSH comes preloaded with a git plugin. Tada! 🎉 We’re done with the basic settings. Navigate to iTerm2 > Preferences > Profile > Colors > Color Presets > Import You can choose to activate one of the preloaded color schemes such as Solarized Dark.
ITERM MAC ZIP
Navigate to iTerm2-Color-Schemes and download the ZIP folder. Let’s change the color scheme to bring out the beauty of our terminal. For fonts that support ligatures like Fira Code, check the “Use ligatures” option to view your arrows and other operators in a stylish manner like ( → ). Now, you can see Inconsolata listed as one of the fonts. To change the font, navigate to iTerm2 > Preferences > Profiles > Text > Change Font.
