iterm
iTerm2 is the terminal I use on my work laptop.
hotkey window
A personal must-have is a hotkey that summons a foreground terminal (a setup I’ve had and gotten accustomed to over on my Debian machine).
triggers
Triggers are actions that run when text matching a regular expression is received.
One of the uses I found for these is making Jira ticket IDs clickable. Being able to open ticket IDs in commit messages when browsing git logs is a tiny but delightful convenience.
Settings > Profiles > {Profile} > Advanced > Triggers
Regular expression: (?i)(TICKET)-\d+
Action: Make Hyperlink...
https://company.atlassian.net/browse/\0