Skip to content

Commit

Permalink
Enable iTerm shell integration with tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
justin committed Mar 17, 2024
1 parent 2990621 commit fdc8b63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/private_dot_config/tmux/tmux.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set-option -g allow-passthrough on
3 changes: 3 additions & 0 deletions files/private_dot_config/zsh/config/100-iterm-integration.zsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# ===== iTerm 2 / tmux =====
export ITERM_ENABLE_SHELL_INTEGRATION_WITH_TMUX=YES

# Keep this at the end
if [[ -e "$HOME/.cache/iterm2/iterm2_shell_integration.zsh" ]]; then
source "$HOME/.cache/iterm2/iterm2_shell_integration.zsh" || true
Expand Down

0 comments on commit fdc8b63

Please sign in to comment.