Commit df1a96e
Changed files (1)
tmux.conf
@@ -39,6 +39,3 @@ bind-key r refresh-client
bind-key bspace previous-window
bind-key enter next-layout
bind-key space next-window
-bind-key -T copy-mode-vi r send-keys -X rectangle-toggle
-bind-key -T copy-mode-vi v send-keys -X begin-selection
-bind-key -T copy-mode-vi y send-keys -X copy-pipe "xclip -selection clipboard -i"