From dbf02e62db35a6f365e63b3869d82dfe20a9cfac Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 5 May 2018 19:50:22 -0300 Subject: Add custom copying commands for macOSxGNU/Linux --- tmux/tmux-macos.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tmux/tmux-macos.conf (limited to 'tmux/tmux-macos.conf') 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!" -- cgit v1.2.3