4 lines
125 B
Bash
4 lines
125 B
Bash
set -g default-terminal "screen-256color"
|
|
bind-key -n Home send Escape "OH"
|
|
bind-key -n End send Escape "OF"
|
|
set -g mouse on
|