From 317eb181478ec4649ec904ce3d3b193263640827 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Fri, 4 Dec 2015 09:12:29 -0500 Subject: [PATCH] Fix tmux --- tmux/tmux.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 1eaf201..16999fb 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -42,10 +42,6 @@ bind-key H resize-pane -L 5 bind-key J resize-pane -D 5 bind-key K resize-pane -U 5 bind-key L resize-pane -R 5 -setw -g mode-mouse off -set -g mouse-select-pane off -set -g mouse-resize-pane off -set -g mouse-select-window off setw -g mode-keys vi bind-key -t vi-copy v begin-selection bind-key -t vi-copy y copy-pipe "reattach-to-user-namespace"