Created
October 26, 2020 14:43
-
-
Save rbanffy/258cd1e247cd666be1f30ae36cfcc478 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set-option -g mouse on | |
set-option -g mode-style "fg=black,bg=cyan" | |
# This works only on terminals that support overline. iTerm, sadly, isn't one. | |
set-option -as terminal-overrides "*:Smol=\e[53m" | |
set-option -gq status-style "fg=brightcyan,overline" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment