[general] live_config_reload = true [window] dynamic_padding = true decorations = "None" [font] normal = { family = "DejaVuSansM Nerd Font Mono" } size = 8 [terminal] shell = { program = "/bin/zsh", args = ["-l"] } [keyboard] bindings = [ { key = "s", mods = "Control|Alt", action = "SearchBackward" }, { key = "v", mods = "Control|Alt", action = "Paste" }, { key = "c", mods = "Control|Alt", action = "Copy" }, { key = "+", mods = "Control|Shift", action = "IncreaseFontSize" }, { key = "-", mods = "Control", action = "DecreaseFontSize" }, { key = "0", mods = "Control", action = "ResetFontSize" }, { key = "PageUp", mods = "Shift", action = "ScrollPageUp" }, { key = "PageDown", mods = "Shift", action = "ScrollPageDown" }, { key = "End", mods = "Shift", action = "ScrollToBottom" }, { key = "Home", mods = "Shift", action = "ScrollToTop" }, { key = "ArrowUp", mode = "Search", action = "SearchFocusNext" }, { key = "ArrowDown", mode = "Search", action = "SearchFocusPrevious" }, { key = "Enter", mode = "Search", action = "SearchCancel" }, ]