123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- # Configuration for Alacritty, the GPU enhanced terminal emulator.
- # Any items in the `env` entry below will be added as
- # environment variables. Some entries may override variables
- # set by alacritty itself.
- env:
- TERM: xterm-256color
- window:
- dimensions:
- columns: 80
- lines: 24
- padding:
- x: 10
- y: 10
- dynamic_padding: true
- decorations: full
- scrolling:
- history: 100000
- multiplier: 3
- font:
- normal:
- family: FuraCode Nerd Font Mono
- bold:
- family: FuraCode Nerd Font Mono
- italic:
- family: Go Mono
- size: 7.0
- offset:
- x: 0
- y: 0
- glyph_offset:
- x: 0
- y: 0
- draw_bold_text_with_bright_colors: true
- # Colors (Gruvbox dark)
- colors:
- # Default colors
- primary:
- # hard contrast: background = '#1d2021'
- background: '#282828'
- # soft contrast: background = '#32302f'
- foreground: '#ebdbb2'
- # Normal colors
- normal:
- black: '#282828'
- red: '#cc241d'
- green: '#98971a'
- yellow: '#d79921'
- blue: '#458588'
- magenta: '#b16286'
- cyan: '#689d6a'
- white: '#a89984'
- # Bright colors
- bright:
- black: '#928374'
- red: '#fb4934'
- green: '#b8bb26'
- yellow: '#fabd2f'
- blue: '#83a598'
- magenta: '#d3869b'
- cyan: '#8ec07c'
- white: '#ebdbb2'
- visual_bell:
- animation: EaseOutExpo
- duration: 1
- background_opacity: 1.0
- mouse_bindings:
- - { mouse: Middle, action: PasteSelection }
- mouse:
- double_click: { threshold: 300 }
- triple_click: { threshold: 300 }
- hide_when_typing: false
- url:
- launcher: open
- selection:
- semantic_escape_chars: ",│`|:\"' ()[]{}<>"
- save_to_clipboard: true
- cursor:
- style: Underline
- unfocused_hollow: true
- live_config_reload: true
- key_bindings:
- - { key: V, mods: Shift|Control, action: Paste }
- - { key: C, mods: Shift|Control, action: Copy }
- - { key: Paste, action: Paste }
- - { key: Copy, action: Copy }
- - { key: H, mods: Command, action: Hide }
- - { key: Q, mods: Command, action: Quit }
- - { key: W, mods: Command, action: Quit }
- - { key: Home, chars: "\x1bOH", mode: AppCursor }
- - { key: Home, chars: "\x1b[H", mode: ~AppCursor }
- - { key: End, chars: "\x1bOF", mode: AppCursor }
- - { key: End, chars: "\x1b[F", mode: ~AppCursor }
- - { key: Key0, mods: Command, action: ResetFontSize }
- - { key: K, mods: Command, action: ClearHistory }
- - { key: K, mods: Command, chars: "\x0c" }
- - { key: PageUp, mods: Shift, chars: "\x1b[5;2~" }
- - { key: PageUp, mods: Control, chars: "\x1b[5;5~" }
- - { key: PageUp, chars: "\x1b[5~" }
- - { key: PageDown, mods: Shift, chars: "\x1b[6;2~" }
- - { key: PageDown, mods: Control, chars: "\x1b[6;5~" }
- - { key: PageDown, chars: "\x1b[6~" }
- - { key: Tab, mods: Shift, chars: "\x1b[Z" }
- - { key: Back, chars: "\x7f" }
- - { key: Back, mods: Alt, chars: "\x1b\x7f" }
- - { key: Insert, chars: "\x1b[2~" }
- - { key: Delete, chars: "\x1b[3~" }
- - { key: Left, mods: Shift, chars: "\x1b[1;2D" }
- - { key: Left, mods: Control, chars: "\x1b[1;5D" }
- - { key: Left, mods: Alt, chars: "\x1b[1;3D" }
- - { key: Left, chars: "\x1b[D", mode: ~AppCursor }
- - { key: Left, chars: "\x1bOD", mode: AppCursor }
- - { key: Right, mods: Shift, chars: "\x1b[1;2C" }
- - { key: Right, mods: Control, chars: "\x1b[1;5C" }
- - { key: Right, mods: Alt, chars: "\x1b[1;3C" }
- - { key: Right, chars: "\x1b[C", mode: ~AppCursor }
- - { key: Right, chars: "\x1bOC", mode: AppCursor }
- - { key: Up, mods: Shift, chars: "\x1b[1;2A" }
- - { key: Up, mods: Control, chars: "\x1b[1;5A" }
- - { key: Up, mods: Alt, chars: "\x1b[1;3A" }
- - { key: Up, chars: "\x1b[A", mode: ~AppCursor }
- - { key: Up, chars: "\x1bOA", mode: AppCursor }
- - { key: Down, mods: Shift, chars: "\x1b[1;2B" }
- - { key: Down, mods: Control, chars: "\x1b[1;5B" }
- - { key: Down, mods: Alt, chars: "\x1b[1;3B" }
- - { key: Down, chars: "\x1b[B", mode: ~AppCursor }
- - { key: Down, chars: "\x1bOB", mode: AppCursor }
- - { key: F1, chars: "\x1bOP" }
- - { key: F2, chars: "\x1bOQ" }
- - { key: F3, chars: "\x1bOR" }
- - { key: F4, chars: "\x1bOS" }
- - { key: F5, chars: "\x1b[15~" }
- - { key: F6, chars: "\x1b[17~" }
- - { key: F7, chars: "\x1b[18~" }
- - { key: F8, chars: "\x1b[19~" }
- - { key: F9, chars: "\x1b[20~" }
- - { key: F10, chars: "\x1b[21~" }
- - { key: F11, chars: "\x1b[23~" }
- - { key: F12, chars: "\x1b[24~" }
- - { key: F1, mods: Shift, chars: "\x1b[1;2P" }
- - { key: F2, mods: Shift, chars: "\x1b[1;2Q" }
- - { key: F3, mods: Shift, chars: "\x1b[1;2R" }
- - { key: F4, mods: Shift, chars: "\x1b[1;2S" }
- - { key: F5, mods: Shift, chars: "\x1b[15;2~" }
- - { key: F6, mods: Shift, chars: "\x1b[17;2~" }
- - { key: F7, mods: Shift, chars: "\x1b[18;2~" }
- - { key: F8, mods: Shift, chars: "\x1b[19;2~" }
- - { key: F9, mods: Shift, chars: "\x1b[20;2~" }
- - { key: F10, mods: Shift, chars: "\x1b[21;2~" }
- - { key: F11, mods: Shift, chars: "\x1b[23;2~" }
- - { key: F12, mods: Shift, chars: "\x1b[24;2~" }
- - { key: F1, mods: Control, chars: "\x1b[1;5P" }
- - { key: F2, mods: Control, chars: "\x1b[1;5Q" }
- - { key: F3, mods: Control, chars: "\x1b[1;5R" }
- - { key: F4, mods: Control, chars: "\x1b[1;5S" }
- - { key: F5, mods: Control, chars: "\x1b[15;5~" }
- - { key: F6, mods: Control, chars: "\x1b[17;5~" }
- - { key: F7, mods: Control, chars: "\x1b[18;5~" }
- - { key: F8, mods: Control, chars: "\x1b[19;5~" }
- - { key: F9, mods: Control, chars: "\x1b[20;5~" }
- - { key: F10, mods: Control, chars: "\x1b[21;5~" }
- - { key: F11, mods: Control, chars: "\x1b[23;5~" }
- - { key: F12, mods: Control, chars: "\x1b[24;5~" }
- - { key: F1, mods: Alt, chars: "\x1b[1;6P" }
- - { key: F2, mods: Alt, chars: "\x1b[1;6Q" }
- - { key: F3, mods: Alt, chars: "\x1b[1;6R" }
- - { key: F4, mods: Alt, chars: "\x1b[1;6S" }
- - { key: F5, mods: Alt, chars: "\x1b[15;6~" }
- - { key: F6, mods: Alt, chars: "\x1b[17;6~" }
- - { key: F7, mods: Alt, chars: "\x1b[18;6~" }
- - { key: F8, mods: Alt, chars: "\x1b[19;6~" }
- - { key: F9, mods: Alt, chars: "\x1b[20;6~" }
- - { key: F10, mods: Alt, chars: "\x1b[21;6~" }
- - { key: F11, mods: Alt, chars: "\x1b[23;6~" }
- - { key: F12, mods: Alt, chars: "\x1b[24;6~" }
- - { key: F1, mods: Command, chars: "\x1b[1;3P" }
- - { key: F2, mods: Command, chars: "\x1b[1;3Q" }
- - { key: F3, mods: Command, chars: "\x1b[1;3R" }
- - { key: F4, mods: Command, chars: "\x1b[1;3S" }
- - { key: F5, mods: Command, chars: "\x1b[15;3~" }
- - { key: F6, mods: Command, chars: "\x1b[17;3~" }
- - { key: F7, mods: Command, chars: "\x1b[18;3~" }
- - { key: F8, mods: Command, chars: "\x1b[19;3~" }
- - { key: F9, mods: Command, chars: "\x1b[20;3~" }
- - { key: F10, mods: Command, chars: "\x1b[21;3~" }
- - { key: F11, mods: Command, chars: "\x1b[23;3~" }
- - { key: F12, mods: Command, chars: "\x1b[24;3~" }
- - { key: NumpadEnter, chars: "\n" }
- - { key: N, mods: Command, action: SpawnNewInstance }
- - { key: Key0, mods: Command, action: ResetFontSize }
- - { key: Equals, mods: Shift|Control, action: IncreaseFontSize }
- - { key: Minus, mods: Shift|Control, action: DecreaseFontSize }
|