Cleanup tmux config

This commit is contained in:
coolneng 2019-06-16 06:51:24 +02:00
parent 2be28b5e7f
commit 5eba3955e2
1 changed files with 0 additions and 3 deletions

View File

@ -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"