From 50716e43ad0756f55cc03d626e4120f6b50afbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 5 Feb 2018 20:08:26 +0100 Subject: [PATCH] tmux: Remove copy bindings --- tmux/tmux.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 805d729..99aacd2 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -97,6 +97,3 @@ bind-key -n C-F3 set-option status bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf sourced" bind P paste-buffer -bind-key -t vi-copy 'v' begin-selection -bind-key -t vi-copy 'y' copy-selection -bind-key -t vi-copy 'r' rectangle-toggle