From 5eba3955e28bb0ec55cf6ace4f3268323819d14f Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 16 Jun 2019 06:51:24 +0200 Subject: [PATCH] Cleanup tmux config --- tmux/.tmux.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 622e3bb..4da200d 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -48,8 +48,6 @@ bind k killp unbind r bind r source-file ~/.tmux.conf -#set -g default-shell /usr/local/bin/fish -#set -g default-command '/usr/local/bin/fish' set -g status on set -g pane-base-index 1 set -g base-index 1 @@ -70,7 +68,6 @@ bind-key -T copy-mode-vi 'v' send -X begin-selection # Begin selection in copy m bind-key -T copy-mode-vi 'C-v' send -X rectangle-toggle # Begin selection in copy mode. bind-key -T copy-mode-vi 'y' send -X copy-selection # Yank selection in copy mode. - set -g mouse on bind -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; copy-mode -e; send-keys -M" bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M"