|
|
@@ -18,3 +18,9 @@ setw -g mouse on
|
|
|
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
|
|
set -g default-terminal "screen-256color"
|
|
|
|
|
|
+set-option -g focus-events on
|
|
|
+
|
|
|
+set-window-option -g mode-keys vi
|
|
|
+bind-key -T copy-mode-vi v send -X begin-selection
|
|
|
+bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy"
|
|
|
+bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "pbcopy"
|