File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft=
3838bind -n WheelDownPane select-pane -t= \; send-keys -M
3939
4040# Copy
41- bind-key -t emacs-copy [ begin-selection
42- bind-key -t emacs- copy M-w copy-pipe "reattach-to-user-namespace pbcopy"
43- unbind -t emacs- copy Enter
44- bind-key -t emacs- copy Enter copy-pipe "reattach-to-user-namespace pbcopy"
41+ set-option -g default-command "exec reattach-to-user-namespace -l $SHELL"
42+ bind-key -T copy-mode [ send-keys -X begin-selection
43+ bind-key -T copy-mode M-w send-keys -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"
44+ bind-key -T copy-mode Enter send-keys -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"
You can’t perform that action at this time.
0 commit comments