diff options
| -rw-r--r-- | kitty/kitty.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 1ae7b1c..1d06a74 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -161,7 +161,7 @@ #: with the background color of the cell underneath instead, use the #: special keyword: background -cursor_shape beam +cursor_shape block #: The cursor shape can be one of (block, beam, underline) @@ -372,7 +372,7 @@ copy_on_select clipboard #: Terminal bell {{{ -# enable_audio_bell yes +enable_audio_bell no #: Enable/disable the audio bell. Useful in environments that require #: silence. @@ -544,7 +544,7 @@ copy_on_select clipboard #: The margin to the left and right of the tab bar (in pts) -# tab_bar_style fade +tab_bar_style separator #: The tab bar style, can be one of: fade, separator, powerline, or #: hidden. In the fade style, each tab's edges fade into the @@ -893,7 +893,7 @@ copy_on_select clipboard #: you are probably better off just hiding the titlebar with #: hide_window_decorations. -macos_option_as_alt no +macos_option_as_alt both #: Use the option key as an alt key. With this set to no, kitty will #: use the macOS native Option+Key = unicode character behavior. This |
