aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 454d63c..5cf68e6 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -37,6 +37,6 @@ bind J resize-pane -D 5
# copy and paste like vim
-# bind -T copy-mode-vi 'v' send -X begin-selection
-# bind -T copy-mode-vi 'y' send -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"
+ bind -T copy-mode-vi 'v' send -X begin-selection
+ bind -T copy-mode-vi 'y' send -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"