dotfiles/files/.tmux.conf
2023-07-05 17:19:03 -04:00

12 lines
509 B
Plaintext

set -g default-terminal "screen-256color"
bind-key -n Home send Escape "OH"
bind-key -n End send Escape "OF"
set -ga terminal-overrides ',xterm*:smcup@:rmcup@'
set -g mouse on
set -g history-limit 30000
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"
set -g @plugin 'dracula/tmux'
run '/usr/share/tmux-plugin-manager/tpm'