diff options
Diffstat (limited to 'tmux/tmux-macos.conf')
-rw-r--r-- | tmux/tmux-macos.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/tmux-macos.conf b/tmux/tmux-macos.conf new file mode 100644 index 0000000..6ce3dbd --- /dev/null +++ b/tmux/tmux-macos.conf @@ -0,0 +1,2 @@ +bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe "pbcopy" \; display-message "Copied! Long-live tmux! It works on shitty macOS!" +bind-key y send-keys -X copy-pipe "pbcopy" \; display-message "Copied system clipboard! Hooray! Long-live tmux!" |