feat(tmux): fix italics inside tmux
This commit is contained in:
		@@ -1,11 +1,11 @@
 | 
				
			|||||||
set -ga terminal-overrides ",xterm-256color:Tc"
 | 
					set -g default-terminal "xterm-256color"
 | 
				
			||||||
set-option -g default-terminal "screen-256color"
 | 
					set -ag terminal-overrides ",xterm-256color:RGB"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set -s escape-time 0
 | 
					set -s escape-time 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
unbind C-b
 | 
					unbind C-b
 | 
				
			||||||
set-option -g prefix C-s
 | 
					set-option -g prefix C-s
 | 
				
			||||||
bind-key C-s send-prefix
 | 
					bind-key C-s send-prefix
 | 
				
			||||||
# set -g status-style 'bg=#333333 fg=#5eacd3'
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf"
 | 
					bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf"
 | 
				
			||||||
set -g base-index 1
 | 
					set -g base-index 1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user