diff --git a/tmux.conf b/tmux.conf index 145c8f7..5338897 100644 --- a/tmux.conf +++ b/tmux.conf @@ -48,3 +48,7 @@ set -g message-fg black setw -g window-status-current-bg white setw -g window-status-current-fg black #setw -g window-status-attr bold + + +#run-shell 'tmux bind-key -T copy-mode-vi "Enter" send-keys -X copy-pipe-and-cancel "pbcopy"' +#run-shell 'tmux bind-key bind-key "]" run "pbpaste | tmux load-buffer - && tmux paste-buffer"'