Browse Source

Finally enable italics in tmux

master
Schneider 4 years ago
parent
commit
ce7ddb873b
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 3
      kitty/kitty.conf
  2. 10
      tmux/tmux.conf.symlink

3
kitty/kitty.conf

@ -26,3 +26,6 @@ color15 #fdf6e3
font_family Fira Code
font_size 12.0
bold_font auto
italic_font Source Code Pro
bold_italic_font Source Code Pro

10
tmux/tmux.conf.symlink

@ -1,11 +1,5 @@
set -g default-command "zsh"
# tmux display things in 256 colors
set -g default-terminal "screen-256color"
# enable terminal compability
#set-option -ga terminal-overrides ",tmux-256color-italic:Tc"
set -g default-terminal "tmux"
set -g history-limit 20000
# automatically renumber tmux windows
@ -42,7 +36,7 @@ bind = select-layout tiled
set-option -g set-titles on
set-option -g set-titles-string "#T - #W"
# set-window-option -g automatic-rename on
set-window-option -g automatic-rename on
######################
#### Key Bindings ####

Loading…
Cancel
Save