|
|
|
@ -24,7 +24,10 @@
|
|
|
|
|
#: italic_font Operator Mono Book Italic
|
|
|
|
|
#: bold_italic_font Operator Mono Medium Italic
|
|
|
|
|
|
|
|
|
|
# font_size 11.0
|
|
|
|
|
# Menlo is the default, I'm not sure how to conditionally pick a font only if
|
|
|
|
|
# it exists yet.
|
|
|
|
|
font_family Menlo
|
|
|
|
|
font_size 16.0
|
|
|
|
|
|
|
|
|
|
#: Font size (in pts)
|
|
|
|
|
|
|
|
|
@ -293,7 +296,7 @@
|
|
|
|
|
|
|
|
|
|
#: Scrollback {{{
|
|
|
|
|
|
|
|
|
|
# scrollback_lines 2000
|
|
|
|
|
scrollback_lines 20000
|
|
|
|
|
|
|
|
|
|
#: Number of lines of history to keep in memory for scrolling back.
|
|
|
|
|
#: Memory is allocated on demand. Negative numbers are (effectively)
|
|
|
|
@ -681,12 +684,12 @@
|
|
|
|
|
|
|
|
|
|
#: Terminal bell {{{
|
|
|
|
|
|
|
|
|
|
# enable_audio_bell yes
|
|
|
|
|
enable_audio_bell no
|
|
|
|
|
|
|
|
|
|
#: The audio bell. Useful to disable it in environments that require
|
|
|
|
|
#: silence.
|
|
|
|
|
|
|
|
|
|
# visual_bell_duration 0.0
|
|
|
|
|
visual_bell_duration 0.1
|
|
|
|
|
|
|
|
|
|
#: The visual bell duration (in seconds). Flash the screen when a bell
|
|
|
|
|
#: occurs for the specified number of seconds. Set to zero to disable.
|
|
|
|
@ -738,9 +741,9 @@
|
|
|
|
|
|
|
|
|
|
#: Window layout {{{
|
|
|
|
|
|
|
|
|
|
# remember_window_size yes
|
|
|
|
|
# initial_window_width 640
|
|
|
|
|
# initial_window_height 400
|
|
|
|
|
remember_window_size yes
|
|
|
|
|
initial_window_width 100c
|
|
|
|
|
initial_window_height 50c
|
|
|
|
|
|
|
|
|
|
#: If enabled, the OS Window size will be remembered so that new
|
|
|
|
|
#: instances of kitty will have the same size as the previous
|
|
|
|
@ -926,7 +929,7 @@
|
|
|
|
|
#: The second number is the margin between the tab bar and the
|
|
|
|
|
#: contents of the current tab.
|
|
|
|
|
|
|
|
|
|
# tab_bar_style fade
|
|
|
|
|
tab_bar_style fade
|
|
|
|
|
|
|
|
|
|
#: The tab bar style, can be one of:
|
|
|
|
|
|
|
|
|
@ -952,12 +955,12 @@
|
|
|
|
|
#: a mapping for the select_tab action which presents you with a list of
|
|
|
|
|
#: tabs and allows for easy switching to a tab.
|
|
|
|
|
|
|
|
|
|
# tab_bar_align left
|
|
|
|
|
tab_bar_align left
|
|
|
|
|
|
|
|
|
|
#: The horizontal alignment of the tab bar, can be one of: left,
|
|
|
|
|
#: center, right.
|
|
|
|
|
|
|
|
|
|
# tab_bar_min_tabs 2
|
|
|
|
|
tab_bar_min_tabs 2
|
|
|
|
|
|
|
|
|
|
#: The minimum number of tabs that must exist before the tab bar is
|
|
|
|
|
#: shown.
|
|
|
|
@ -1590,8 +1593,7 @@
|
|
|
|
|
#: this option is obsolete (although still supported). Consider using
|
|
|
|
|
#: text_composition_strategy instead.
|
|
|
|
|
|
|
|
|
|
# macos_traditional_fullscreen no
|
|
|
|
|
|
|
|
|
|
macos_traditional_fullscreen yes
|
|
|
|
|
#: Use the macOS traditional full-screen transition, that is faster,
|
|
|
|
|
#: but less pretty.
|
|
|
|
|
|
|
|
|
|