Cleanup tmux config
This commit is contained in:
parent
2be28b5e7f
commit
5eba3955e2
|
@ -48,8 +48,6 @@ bind k killp
|
||||||
unbind r
|
unbind r
|
||||||
bind r source-file ~/.tmux.conf
|
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 status on
|
||||||
set -g pane-base-index 1
|
set -g pane-base-index 1
|
||||||
set -g 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 '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.
|
bind-key -T copy-mode-vi 'y' send -X copy-selection # Yank selection in copy mode.
|
||||||
|
|
||||||
|
|
||||||
set -g mouse on
|
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 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"
|
bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M"
|
||||||
|
|
Loading…
Reference in New Issue