7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
set -g mouse on
|
|
set -g default-terminal "xterm"
|
|
set-option -g default-command fish
|
|
bind-key -n Home send Escape "OH"
|
|
bind-key -n End send Escape "OF"
|
|
|