Update tmux.conf

This commit is contained in:
Mia von Steinkirch 2019-02-04 21:09:08 -08:00 committed by GitHub
parent 04c5b11b17
commit b05e40158b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
# unbind C-b
# set -g prefix C-p
# More straight forward key bindings for splitting
unbind %
bind | split-window -h
@ -25,14 +26,14 @@ set -g visual-activity on
# Clock
#setw -g clock-mode-colour green
#setw -g clock-mode-style 24
setw -g clock-mode-colour green
setw -g clock-mode-style 24
# make scrolling with wheels work
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'"
# Mouse Support
set -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
setw -g mouse
# Add SSH_TTY to the list of environment variables tmux knows about:
set-option -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY SSH_TTY"
@ -55,4 +56,3 @@ setw -g window-status-current-bg colour234
setw -g window-status-current-fg colour71
new-session