|
|
|
@ -1,5 +1,4 @@ |
|
|
|
|
# link destination: $HOME/.bash_aliases |
|
|
|
|
|
|
|
|
|
############## |
|
|
|
|
# Key Bindings |
|
|
|
|
############## |
|
|
|
@ -13,7 +12,9 @@ set-option -g mouse on |
|
|
|
|
##################### |
|
|
|
|
# Terminal Properties |
|
|
|
|
##################### |
|
|
|
|
set-option -sa terminal-overrides ',xterm:RGB' |
|
|
|
|
set-option -g default-terminal screen-256color-bce |
|
|
|
|
set-option -sg escape-time 10 |
|
|
|
|
|
|
|
|
|
############################ |
|
|
|
|
# Status/Title Configuration |
|
|
|
@ -59,7 +60,6 @@ set-option -g history-limit 99999 |
|
|
|
|
# set-option -ug repeat-time |
|
|
|
|
# set-option -ug set-remain-on-exit |
|
|
|
|
# set-option -ug status-right-length |
|
|
|
|
# set-option -ug terminal-overrides |
|
|
|
|
# set-option -ug update-environment |
|
|
|
|
# set-option -ug visual-activity |
|
|
|
|
# set-option -ug visual-bell |
|
|
|
|