diff --git a/.tmux.conf b/.tmux.conf index 122e2e1..2687538 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,7 @@ # ==== Common ==== set -g default-command /bin/zsh +# enable focus events for shell integration (claude code, vim, etc.) +set -g focus-events on # rebind PREFIX to C-a set-option -g prefix C-a diff --git a/.zshrc b/.zshrc index 366117f..8a4f99a 100644 --- a/.zshrc +++ b/.zshrc @@ -126,7 +126,7 @@ alias sed='gsed' alias grep='ggrep' alias tailscale="/Applications/Tailscale.app/Contents/MacOS/Tailscale" alias ghostty='/Applications/Ghostty.app/Contents/MacOS/ghostty' -alias cc='claude' +alias cc='claude --permission-mode auto' alias oc='opencode'