[[keyboard.bindings]] action = "Paste" key = "Paste" [[keyboard.bindings]] action = "Copy" key = "Copy" [[keyboard.bindings]] action = "ClearLogNotice" key = "L" mods = "Control" [[keyboard.bindings]] chars = "\f" key = "L" mode = "~Vi|~Search" mods = "Control" [[keyboard.bindings]] action = "ScrollPageUp" key = "PageUp" mode = "~Alt" mods = "Shift" [[keyboard.bindings]] action = "ScrollPageDown" key = "PageDown" mode = "~Alt" mods = "Shift" [[keyboard.bindings]] action = "ScrollToTop" key = "Home" mode = "~Alt" mods = "Shift" [[keyboard.bindings]] action = "ScrollToBottom" key = "End" mode = "~Alt" mods = "Shift" [general] live_config_reload = true working_directory = "None" import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"] [terminal] [cursor] blink_interval = 750 blink_timeout = 5 thickness = 0.15 unfocused_hollow = true vi_mode_style = "None" [cursor.style] blinking = "Off" shape = "Block" [env] TERM = "xterm-256color" [font] size = 14 [font.normal] family = "JetBrains Mono" style = "Regular" [font.bold] family = "JetBrains Mono" style = "Bold" [font.italic] family = "JetBrains Mono" style = "Italic" [font.bold_italic] family = "JetBrains Mono" style = "Bold Italic" [scrolling] history = 10000 multiplier = 3 [selection] save_to_clipboard = true semantic_escape_chars = ''',│`|:"' ()[]{}<> ''' [terminal.shell] program = "/bin/zsh" [window] decorations = "full" opacity = 1 startup_mode = "Windowed" title = "Alacritty" [window.dimensions] columns = 0 lines = 0 [window.padding] x = 0 y = 0 [keyboard]