fix italics not working in tmux
This commit is contained in:
+3
-1
@@ -1,10 +1,12 @@
|
||||
# 0 is too far from ` ;)
|
||||
set -g base-index 1
|
||||
|
||||
set -g default-terminal "screen-256color"
|
||||
# set -g default-terminal "screen-256color"
|
||||
set -g default-terminal "rxvt-unicode-256color" # fixes italics not working in nvim
|
||||
set -g status-keys vi
|
||||
set -g history-limit 10000
|
||||
|
||||
|
||||
setw -g mode-keys vi
|
||||
setw -g mouse on
|
||||
setw -g monitor-activity on
|
||||
|
||||
Reference in New Issue
Block a user