# Author: Jianqun (https://jianqun.me) # Updated: 2026-05-22 [general] working_directory = "None" live_config_reload = true [window] padding = { x = 8, y = 8 } dynamic_padding = true decorations = "None" [scrolling] history = 10000 multiplier = 1 [font] normal = { family = "Sarasa Fixed SC", style = "Regular" } size = 13 builtin_box_drawing = false [colors] cursor = { text = "#0c0c0c", cursor = "#ffffff" } vi_mode_cursor = { text = "#0c0c0c", cursor = "#ffffff" } line_indicator = { foreground = "#0c0c0c", background = "#c19c00" } footer_bar = { foreground = "#0c0c0c", background = "#c19c00" } selection = { text = "#0c0c0c", background = "#c19c00" } draw_bold_text_with_bright_colors = true [colors.primary] foreground = "#cccccc" background = "#0c0c0c" [colors.search] matches = { foreground = "#0c0c0c", background = "#3a96dd" } focused_match = { foreground = "#0c0c0c", background = "#ffffff" } [colors.hints] start = { foreground = "#0c0c0c", background = "#f9f1a5" } end = { foreground = "#0c0c0c", background = "#61d6d6" } [colors.normal] black = "#0c0c0c" red = "#c50f1f" green = "#13a10e" yellow = "#c19c00" blue = "#0037da" magenta = "#881798" cyan = "#3a96dd" white = "#cccccc" [colors.bright] black = "#767676" red = "#e74856" green = "#16c60c" yellow = "#f9f1a5" blue = "#3b78ff" magenta = "#b4009e" cyan = "#61d6d6" white = "#f2f2f2" [bell] duration = 500 color = "#767676" [cursor] style = { shape = "Block", blinking = "Off" } blink_interval = 500 blink_timeout = 0 [mouse] hide_when_typing = true bindings = [ { mouse = "Middle", action = "ReceiveChar" } ] [keyboard] bindings = [ { key = "Insert", mods = "Control", action = "Copy" }, { key = "Insert", mods = "Shift", action = "Paste" }, { key = "N", mods = "Control|Shift", action = "CreateNewWindow" } ] [[hints.enabled]] regex = """\ (ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)\ [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`\\\\]+\ """ hyperlinks = true post_processing = true persist = false action = "Copy" command = "None" binding = { key = "O", mods = "Control|Shift" } mouse = { enabled = true }