From 7fcd4233cdf5807e334e501b99da78ce98e70e2b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 28 Dec 2023 09:17:42 -0800 Subject: [PATCH] config: not that cursor-style with shell integration overwrites --- src/config/Config.zig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 4641cb8a6..67ff95669 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -266,10 +266,10 @@ palette: Palette = .{}, /// sequences (such as CSI q). Shell configurations will often request /// specific cursor styles. /// -/// Caveat: Shell integration currently defaults to always be a bar -/// In order to fix it, we probably would want to add something similar to Kitty's -/// shell integration options (no-cursor). For more information see: -/// https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.shell_integration +/// Note that shell integration will automatically set the cursor to a bar +/// at a prompt, regardless of this configuration. You can disable that +/// behavior by specifying `shell-integration-features = no-cursor` +/// or disabling shell integration entirely. @"cursor-style": terminal.Cursor.Style = .block, /// Sets the default blinking state of the cursor. This is just the