Send commands to all panes in iTerm
Problem
I just edited my shell profile (~/.zshrc
).
Now I need to remember to reload any pane that needs the changes.
Solution
Send commands to all panes:
Cmd + Shift + I
source ~/.zshrc
Magic!
Written on September 16, 2017 by clemenspark