Update #kitty fonts and tabs

This commit is contained in:
Colin Powell
2019-03-15 17:08:56 -04:00
parent c0d5134d3f
commit 71b52ea77b
2 changed files with 4 additions and 3 deletions

View File

@ -30,3 +30,4 @@ package-lock.json
local-config.diff
.tern-port
.mypy_cache
org-gcal

View File

@ -22,7 +22,7 @@ font_family Iosevka
#: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic
font_size 11.0
font_size 16.0
#: Font size (in pts)
@ -291,7 +291,7 @@ visual_bell_duration 0.1
#: Tab bar {{{
# tab_bar_edge bottom
tab_bar_edge top
#: Which edge to show the tab bar on, top or bottom
@ -468,7 +468,7 @@ visual_bell_duration 0.1
#: functionality is a security risk as it means that any program, even
#: one running on a remote server via SSH can read your clipboard.
# term xterm-kitty
term xterm-256color
#: The value of the TERM environment variable to set. Changing this
#: can break many terminal programs, only change it if you know what