,set-option -g prefix C-t
,unbind-key C-b
,bind-key C-t send-prefix
,
,# bind-key l split-window -h
,set-window-option -g mode-mouse on
,set-option -g default-shell /bin/zsh
,
,# clipboard
,# bind-key -t emacs-copy M-w copy-pipe "${CLIPSS_PATH}/bin/clipss_push" #tmux 1.8 conf gramma
,# bind-key ] run 'tmux load-buffer -- $CLIPSS_FILE;tmux paste-buffer --;'
,
,bind -t emacs-copy M-w copy-pipe "reattach-to-user-namespace pbcopy"
,bind -t emacs-copy C-w copy-pipe "reattach-to-user-namespace pbcopy"
,
,
,# rect-angle copy
,# bind-key -t v rectangle-toggle%