dotfiles/files/.tmux.conf
2023-03-01 02:44:32 -05:00

5 lines
158 B
Plaintext

set -g default-terminal "screen-256color"
bind-key -n Home send Escape "OH"
bind-key -n End send Escape "OF"
set -g terminal-overrides 'xterm*:smcup@:rmcup@'