mirror of
https://github.com/m1ngsama/winfig.git
synced 2025-12-24 10:51:49 +00:00
add macos config
This commit is contained in:
parent
7f1f2de1d5
commit
87882b8681
1 changed files with 6 additions and 0 deletions
6
tmux/macos.conf
Normal file
6
tmux/macos.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# osx clipboard
|
||||
set-option -g default-command "which reattach-to-user-namespace > /dev/null && reattach-to-user-namespace -l $SHELL || $SHELL"
|
||||
|
||||
# Undercurl
|
||||
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…
Reference in a new issue