dotfiles/files/.tmux.conf

5 lines
125 B
Text
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"
2023-03-01 02:39:27 -05:00
set -g mouse on