alacritty.toml (814B)
1 #### SUBSTITUTE - COLOURSCHEME 2 3 #### SUBSTITUTE - FONT 4 5 [window] 6 dynamic_padding = true 7 #dynamic_title = false 8 9 [window.padding] 10 x = 0 11 y = 0 12 13 [window.dimensions] 14 columns = 100 15 lines = 25 16 17 # https://mitjafelicijan.com/alacritty-open-links-with-modifier.html 18 [[hints.enabled]] 19 command = "xdg-open" 20 post_processing = true 21 regex = "(mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-<>\"\\s{-}\\^⟨⟩`]+" 22 23 [hints.enabled.mouse] 24 enabled = true 25 mods = "Control" 26 27 [[keyboard.bindings]] 28 chars = "\u001B[27;5;9~" 29 key = "Tab" 30 mods = "Control" 31 32 [[keyboard.bindings]] 33 chars = "\u001B[27;6;9~" 34 #chars = "\u001B[24~" 35 key = "Tab" 36 mods = "Control|Shift" 37 38 [[keyboard.bindings]] 39 chars = "\u0019" 40 key = "z" 41 mods = "Control|Shift" 42 43 [[keyboard.bindings]] 44 key = "F11" 45 action = "ToggleFullscreen"