diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-06-02 11:26:43 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-06-02 11:26:43 +0100 |
commit | f4beec61de603d89378a78746d8de4c5124ba88d (patch) | |
tree | dccfa199383e333f3a5f2867c1b473b37e5f2b34 | |
parent | e58177ddcdbba17fbf47d788b70413a91f7c4f34 (diff) | |
download | dotnvim-f4beec61de603d89378a78746d8de4c5124ba88d.tar.gz dotnvim-f4beec61de603d89378a78746d8de4c5124ba88d.zip |
Not sure this is needed
-rw-r--r-- | tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -46,5 +46,9 @@ bind c new-window -c "#{pane_current_path}" bind v split-window -h -c "#{pane_current_path}" bind h split-window -v -c "#{pane_current_path}" +# 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 + source-file ~/.vim/tmux_tokyonight_storm.tmux |