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"