dotfiles/files/.tmux.conf

4 lines
109 B
Plaintext
Raw Normal View History

2022-12-18 16:31:47 -05:00
set -g default-terminal "screen-256color"
2023-02-05 14:24:25 -05:00
bind-key -n Home send Escape "OH"
bind-key -n End send Escape "OF"