set -g default-terminal $ZSH_TMUX_TERM set -g base-index 1 set -g repeat-time 0 set-window-option -g mode-keys vi # Allow mouse to select which pane to use # set -g mouse-select-pane on #bind C-z run "tmux save-buffer - | xclip -i -selection clipboard" bind C-c run "tmux show-buffer | gpaste-client" set -g prefix C-a bind C-a send-prefix #bind C-v split-window -h #bind C-h split-window bind C-q kill-window set-window-option -g xterm-keys on source $HOME/.tmux.conf