cloud: basic nginx setup
This commit is contained in:
parent
c1ec242ef0
commit
1d55b0facf
4 changed files with 66 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
|||
# set focus events
|
||||
set-option -g focus-events on
|
||||
|
||||
# enable mouse
|
||||
set -g mouse on
|
||||
|
||||
# curlies
|
||||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
||||
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue